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

Function clearDebugEnv

__tests__/explore-diagnostics.test.ts:24–26  ·  view source on GitHub ↗

Restore the env var to "unset" — `delete` matters; '' is a distinct case.

()

Source from the content-addressed store, hash-verified

22
23/** Restore the env var to "unset" — `delete` matters; '' is a distinct case. */
24function clearDebugEnv(): void {
25 delete process.env[DEBUG_ENV];
26}
27
28describe('attributeSourceBytes', () => {
29 it('attributes a fenced block to the file section header above it', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected