Contents

contains(node:)

Returns whether the graph contains a node with the given key.

Declaration

func contains(node: ComputeNodeGraph.NodeID) -> Bool

Parameters

  • node:

    The key of the node to look up.

Return Value

true if the graph contains the node; otherwise, false.