MCPcopy
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

maybeMergeContactsMethod · 0.45
debugFunction · 0.45

Calls 1

#logMethod · 0.95

Tested by

no test coverage detected