Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ logDebug
Function
logDebug
src/services/api/filesApi.ts:45–47 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
logDebug(message: string): void {
46
logForDebugging(`[files-api] ${message}`)
47
}
48
49
/**
50
* File specification parsed from CLI args
Callers
13
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
warmVirtualMessageListSearchIndex
Function · 0.50
useVirtualMessageListSearchJumpController
Function · 0.50
stepVirtualMessageListSearch
Function · 0.50
setVirtualMessageListSearchQuery
Function · 0.50
dispatchAgentSubmit
Function · 0.50
Calls
1
logForDebugging
Function · 0.50
Tested by
no test coverage detected