| 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 |
nothing calls this directly
no test coverage detected