MCPcopy
hub / github.com/opentrace/opentrace / getNode

Method getNode

ui/src/store/types.ts:149–149  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

147 filters?: Record<string, string>,
148 ): Promise<NodeResult[]>;
149 getNode(nodeId: string): Promise<NodeResult | null>;
150 traverse(
151 nodeId: string,
152 direction?: 'outgoing' | 'incoming' | 'both',

Callers 9

makePRToolsFunction · 0.65
makeGraphToolsFunction · 0.65
dispatchFunction · 0.65
PRDetailPanelFunction · 0.65
indexPRIntoGraphFunction · 0.65
executeFunction · 0.65

Implementers 4

LadybugGraphStoreui/src/store/ladybugStore.ts
WorkerGraphStoreui/src/store/workerStore.ts
ServerGraphStoreui/src/store/serverStore.ts
InMemoryGraphStoreui/src/store/inMemoryStore.ts

Calls

no outgoing calls

Tested by

no test coverage detected