Contents

BNNSGraphGetFunctionCount(_:)

Returns the number of callable functions in the specified graph.

Declaration

func BNNSGraphGetFunctionCount(_ graph: bnns_graph_t) -> Int

Parameters

  • graph:

    The compiled graph object.

Return Value

The number of callable functions in the specified graph, or SIZE_T_MAX if the query fails.

See Also

Querying a graph’s properties