MCPcopy Index your code
hub / github.com/codeaashu/claude-code / logDebug

Function logDebug

src/utils/filePersistence/outputsScanner.ts:17–19  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

15
16/** Shared debug logger for file persistence modules */
17export function logDebug(message: string): void {
18 logForDebugging(`[file-persistence] ${message}`)
19}
20
21/**
22 * Get the environment kind from CLAUDE_CODE_ENVIRONMENT_KIND.

Callers 4

findModifiedFilesFunction · 0.70
runFilePersistenceFunction · 0.70
executeBYOCPersistenceFunction · 0.70
executeCloudPersistenceFunction · 0.70

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected