MCPcopy
hub / github.com/opentrace/opentrace / fetchChildren

Method fetchChildren

ui/src/components/panels/types.ts:181–181  ·  view source on GitHub ↗

Fetch the children of a given node.

(nodeId: string, nodeType: string)

Source from the content-addressed store, hash-verified

179
180 /** Fetch the children of a given node. */
181 fetchChildren(nodeId: string, nodeType: string): Promise<TreeNodeData[]>;
182
183 /**
184 * Fetch the ancestor path from a node up to a root.

Callers 2

useDiscoverTreeFunction · 0.80
expandLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected