Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zgsm-ai/costrict
/ error
Function
error
src/core/costrict/telemetry/rawTelemetryLogger.ts:17–19 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
15
logger.warn?.(`[${scope}] ${message}`)
16
},
17
error(message: string) {
18
logger.error(`[${scope}] ${message}`)
19
},
20
}
21
}
Callers
nothing calls this directly
Calls
1
error
Method · 0.65
Tested by
no test coverage detected