Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
export
function
debugLogToFile(message: string): void {
340
if
(!debugEnabled)
return
;
341
logDebug(message);
342
}
Callers
nothing calls this directly
Calls
1
logDebug
Function · 0.70
Tested by
no test coverage detected