Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
function
logDebug(message: string): void {
45
logForDebugging(`[files-api] ${message}`)
46
}
47
48
/**
49
* File specification parsed from CLI args
Callers
7
retryWithBackoff
Function · 0.70
downloadFile
Function · 0.70
downloadAndSaveFile
Function · 0.70
downloadSessionFiles
Function · 0.70
uploadFile
Function · 0.70
uploadSessionFiles
Function · 0.70
listFilesCreatedAfter
Function · 0.70
Calls
1
logForDebugging
Function · 0.85
Tested by
no test coverage detected