argumentCount(forFunction:)
Returns the number of arguments for the given function argument.
Declaration
func argumentCount(forFunction function: String? = nil) -> IntParameters
- function:
The function. Specify as
nilif the graph only contains one function.