getFunctionByName

open override fun getFunctionByName(name: String): Function<*>?

If no matching function is found among this ScopeContext's own libraries, parent's libraries are scanned.

See also