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

Function logDebugError

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

Source from the content-addressed store, hash-verified

38}
39
40function logDebugError(message: string): void {
41 logForDebugging(`[files-api] ${message}`, { level: 'error' })
42}
43
44function logDebug(message: string): void {
45 logForDebugging(`[files-api] ${message}`)

Callers 3

buildDownloadPathFunction · 0.85
downloadAndSaveFileFunction · 0.85
parseFileSpecsFunction · 0.85

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected