MCPcopy Create free account
hub / github.com/Noumena-Network/code / logDebugError

Function logDebugError

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

Source from the content-addressed store, hash-verified

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

Callers 3

buildDownloadPathFunction · 0.85
downloadAndSaveFileFunction · 0.85
parseFileSpecsFunction · 0.85

Calls 1

logForDebuggingFunction · 0.50

Tested by

no test coverage detected