Contents

argumentCount(forFunction:)

Returns the number of arguments for the given function argument.

Declaration

func argumentCount(forFunction function: String? = nil) -> Int

Parameters

  • function:

    The function. Specify as nil if the graph only contains one function.

See Also

Related Documentation

Specifying and querying a graph context’s properties