MCPcopy Create free account
hub / github.com/liveblocks/liveblocks / getNode

Method getNode

packages/liveblocks-react-flow/src/node.ts:56–56  ·  view source on GitHub ↗

Returns a single node by ID, or `undefined` if not found.

(id: string)

Source from the content-addressed store, hash-verified

54
55 /** Returns a single node by ID, or `undefined` if not found. */
56 getNode(id: string): N | undefined;
57 /** Returns a single edge by ID, or `undefined` if not found. */
58 getEdge(id: string): E | undefined;
59

Callers 15

getActiveBlockNodesFunction · 0.80
$handleBackspaceFunction · 0.80
$onValueSelectFunction · 0.80
extractWithChildMethod · 0.80
$getThreadIdsFunction · 0.80
_attachChildMethod · 0.80
_attachChildMethod · 0.80
#applySetAckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected