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

Method getOutgoingEdges

src/index.ts:1511–1513  ·  view source on GitHub ↗

* Get outgoing edges from a node

(nodeId: string)

Source from the content-addressed store, hash-verified

1509 * Get outgoing edges from a node
1510 */
1511 getOutgoingEdges(nodeId: string): Edge[] {
1512 return this.queries.getOutgoingEdges(nodeId);
1513 }
1514
1515 /**
1516 * Get incoming edges to a node

Callers 14

security.test.tsFile · 0.45
db-perf.test.tsFile · 0.45
resolution.test.tsFile · 0.45
instTargetsFunction · 0.45
methodsOfFunction · 0.45
callTargetsFunction · 0.45
importedFilePathsFunction · 0.45
drupal.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 5

instTargetsFunction · 0.36
methodsOfFunction · 0.36
callTargetsFunction · 0.36
importedFilePathsFunction · 0.36
synthEdgesToFunction · 0.36