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