(msg: string)
| 531 | } |
| 532 | |
| 533 | private debug(msg: string): void { |
| 534 | if (this.env.CODEGRAPH_TELEMETRY_DEBUG === '1') { |
| 535 | this.writeStderr(`[codegraph telemetry] ${msg}\n`); |
| 536 | } |
| 537 | } |
| 538 | } |
| 539 | |
| 540 | // Process-wide singleton — app code goes through this; tests construct their own. |