contains(node:)
Returns whether the graph contains a node with the given key.
Declaration
func contains(node: ComputeNodeGraph.NodeID) -> BoolParameters
- node:
The key of the node to look up.
Return Value
true if the graph contains the node; otherwise, false.