MCPcopy Create free account
hub / github.com/NetEase/tango / getNode

Method getNode

packages/core/src/models/view-module.ts:281–283  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

279 }
280
281 getNode(nodeId: string) {
282 return this._nodes.get(nodeId);
283 }
284
285 /**
286 * 删除节点

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected