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

Method getOutgoingEdges

src/index.ts:1580–1582  ·  view source on GitHub ↗

* Get outgoing edges from a node

(nodeId: string)

Source from the content-addressed store, hash-verified

1578 * Get outgoing edges from a node
1579 */
1580 getOutgoingEdges(nodeId: string): Edge[] {
1581 return this.queries.getOutgoingEdges(nodeId);
1582 }
1583
1584 /**
1585 * Get incoming edges to a node

Callers 15

security.test.tsFile · 0.45
db-perf.test.tsFile · 0.45
calleesOfFunction · 0.45
resolution.test.tsFile · 0.45
synthFunction · 0.45
callsFromFunction · 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 8

calleesOfFunction · 0.36
synthFunction · 0.36
callsFromFunction · 0.36
instTargetsFunction · 0.36
methodsOfFunction · 0.36
callTargetsFunction · 0.36
importedFilePathsFunction · 0.36
synthEdgesToFunction · 0.36