MCPcopy
hub / github.com/colbymchenry/codegraph / getIncomingEdges

Method getIncomingEdges

src/index.ts:936–938  ·  view source on GitHub ↗

* Get incoming edges to a node

(nodeId: string)

Source from the content-addressed store, hash-verified

934 * Get incoming edges to a node
935 */
936 getIncomingEdges(nodeId: string): Edge[] {
937 return this.queries.getIncomingEdges(nodeId);
938 }
939
940 // ===========================================================================
941 // File Operations

Callers 10

valueRefReadersFunction · 0.45
implementersFunction · 0.45
resolution.test.tsFile · 0.45
callerNamesOfFunction · 0.45
isCalledFunction · 0.45
fnRefEdgesIntoFunction · 0.45

Calls

no outgoing calls

Tested by 5

valueRefReadersFunction · 0.36
implementersFunction · 0.36
callerNamesOfFunction · 0.36
isCalledFunction · 0.36
fnRefEdgesIntoFunction · 0.36