createFunction

abstract suspend fun createFunction(name: String): Function

Creates a new function with the given name.

Return

the created Function instance

Parameters

name

desired function name