Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/signalapp/Signal-Desktop
/ debug
Method
debug
ts/sql/sqlLogger.node.ts:33–35 ·
view source on GitHub ↗
(...args: Array<unknown>)
Source
from the content-addressed store, hash-verified
31
this.#log(
'info'
, args);
32
}
33
debug(...args: Array<unknown>) {
34
this.#log(
'debug'
, args);
35
}
36
trace(...args: Array<unknown>) {
37
this.#log(
'trace'
, args);
38
}
Callers
4
maybeMergeContacts
Method · 0.45
set_up_renderer_logging.preload.ts
File · 0.45
TimelineItem.preload.tsx
File · 0.45
debug
Function · 0.45
Calls
1
#log
Method · 0.95
Tested by
no test coverage detected