Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/virattt/dexter
/ debug
Method
debug
src/utils/logger.ts:37–39 ·
view source on GitHub ↗
(message: string, data?: unknown)
Source
from the content-addressed store, hash-verified
35
}
36
37
debug(message: string, data?: unknown) {
38
this.add(
'debug'
, message, data);
39
}
40
41
info(message: string, data?: unknown) {
42
this.add(
'info'
, message, data);
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected