getFunction

abstract suspend fun getFunction(name: String): Function?

Retrieves a function by name.

Return

the Function if found, or null otherwise

Parameters

name

function name to look up