getFunctions

abstract fun getFunctions(name: String): List<ShakeMethod>(source)

Retrieves all functions with the specified name within this scope.

Return

A list of functions with the specified name.

Parameters

name

The name of the functions to retrieve.