MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getIncomingEdges

Method getIncomingEdges

src/index.ts:1518–1520  ·  view source on GitHub ↗

* Get incoming edges to a node

(nodeId: string)

Source from the content-addressed store, hash-verified

1516 * Get incoming edges to a node
1517 */
1518 getIncomingEdges(nodeId: string): Edge[] {
1519 return this.queries.getIncomingEdges(nodeId);
1520 }
1521
1522 // ===========================================================================
1523 // File Operations

Callers 11

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