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

Function dirxml

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

Source from the content-addressed store, hash-verified

132 log("log", getStack(new Error()), ...args);
133 },
134 dirxml(...args) {
135 originalConsole.dirxml(...args);
136 log("log", getStack(new Error()), ...args);
137 },
138 error(...args) {
139 originalConsole.error(...args);
140 log("error", getStack(new Error()), ...args);

Callers

nothing calls this directly

Calls 2

getStackFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected