Contents

updateNode(_:forKey:)

Updates an existing node in the graph.

Declaration

mutating func updateNode(_ node: ComputeNodeGraph.Node, forKey nodeID: ComputeNodeGraph.NodeID) throws

Parameters

  • node:

    The updated node data.

Discussion