functions
abstract fun functions(includeNested: Boolean = true, includeLocal: Boolean = true): List<KoFunctionDeclaration>
The functions present in the scope.
Return
a list of KoFunctionDeclaration representing the functions in the scope.
Parameters
include Nested
specifies whether to include nested functions, by default true
.
include Local
specifies whether to include local functions, by default true
.