MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / getOutgoingEdges

Method getOutgoingEdges

src/index.ts:929–931  ·  view source on GitHub ↗

* Get outgoing edges from a node

(nodeId: string)

Source from the content-addressed store, hash-verified

927 * Get outgoing edges from a node
928 */
929 getOutgoingEdges(nodeId: string): Edge[] {
930 return this.queries.getOutgoingEdges(nodeId);
931 }
932
933 /**
934 * Get incoming edges to a node

Callers 10

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
drupal.test.tsFile · 0.45
foundation.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 3

instTargetsFunction · 0.36
methodsOfFunction · 0.36
callTargetsFunction · 0.36