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

Function dir

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

Source from the content-addressed store, hash-verified

128 log("log", getStack(new Error()), ...args);
129 },
130 dir(...args) {
131 originalConsole.dir(...args);
132 log("log", getStack(new Error()), ...args);
133 },
134 dirxml(...args) {
135 originalConsole.dirxml(...args);
136 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