MCPcopy
hub / github.com/colbymchenry/codegraph / value-reference-edges.test.ts

File value-reference-edges.test.ts

__tests__/value-reference-edges.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Value-reference edges (TS/JS): same-file `references` edges from a reader
3 * symbol to the file-scope const/var it reads, so impact analysis catches
4 * "change this constant, affect its readers". Default on; CODEGRAPH_VALUE_REFS=0

Callers

nothing calls this directly

Calls 7

valueRefReadersFunction · 0.85
joinMethod · 0.80
indexFunction · 0.70
destroyMethod · 0.45
indexAllMethod · 0.45
searchNodesMethod · 0.45
getImpactRadiusMethod · 0.45

Tested by

no test coverage detected