MCPcopy 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
45function logDebug(message: string): void {
46 logForDebugging(`[files-api] ${message}`)
47}
48
49/**
50 * File specification parsed from CLI args

Callers 13

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

Calls 1

logForDebuggingFunction · 0.50

Tested by

no test coverage detected