MCPcopy Create free account
hub / github.com/arctic-cli/interface / debugLogToFile

Function debugLogToFile

packages/arctic/src/auth/antigravity-oauth/debug.ts:339–342  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

337}
338
339export function debugLogToFile(message: string): void {
340 if (!debugEnabled) return;
341 logDebug(message);
342}

Callers

nothing calls this directly

Calls 1

logDebugFunction · 0.70

Tested by

no test coverage detected