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

Function logDebug

src/services/api/filesApi.ts:44–46  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

42}
43
44function logDebug(message: string): void {
45 logForDebugging(`[files-api] ${message}`)
46}
47
48/**
49 * File specification parsed from CLI args

Callers 7

retryWithBackoffFunction · 0.70
downloadFileFunction · 0.70
downloadAndSaveFileFunction · 0.70
downloadSessionFilesFunction · 0.70
uploadFileFunction · 0.70
uploadSessionFilesFunction · 0.70
listFilesCreatedAfterFunction · 0.70

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected