MCPcopy Create free account
hub / github.com/Noumena-Network/code / logDebug

Function logDebug

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

Source from the content-addressed store, hash-verified

19
20/** Shared debug logger for file persistence modules */
21export function logDebug(message: string): void {
22 logForDebugging(`[file-persistence] ${message}`)
23}
24
25/**
26 * 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.50

Tested by

no test coverage detected