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
includeNested
specifies whether to include nested functions, by default true
.
includeLocal
specifies whether to include local functions, by default true
.