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

includeNested

specifies whether to include nested functions.

includeLocal

specifies whether to include local functions.