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

Method getOutgoingEdges

src/index.ts:1510–1512  ·  view source on GitHub ↗

* Get outgoing edges from a node

(nodeId: string)

Source from the content-addressed store, hash-verified

1508 * Get outgoing edges from a node
1509 */
1510 getOutgoingEdges(nodeId: string): Edge[] {
1511 return this.queries.getOutgoingEdges(nodeId);
1512 }
1513
1514 /**
1515 * 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