MCPcopy
hub / github.com/signalapp/Signal-Desktop / debug

Function debug

ts/util/consoleLogger.std.ts:23–26  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

21 console.info(...args);
22 },
23 debug(...args) {
24 // oxlint-disable-next-line no-console
25 console.debug(...args);
26 },
27 trace(...args) {
28 // oxlint-disable-next-line no-console
29 console.log(...args);

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected