MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / debug

Function debug

src/lib/console.js:126–129  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

124 delete counter[hash];
125 },
126 debug(...args) {
127 originalConsole.debug(...args);
128 log("log", getStack(new Error()), ...args);
129 },
130 dir(...args) {
131 originalConsole.dir(...args);
132 log("log", getStack(new Error()), ...args);

Callers

nothing calls this directly

Calls 2

getStackFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected