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

Function table

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

Source from the content-addressed store, hash-verified

160 log("log", getStack(new Error()), msg, ...substitution);
161 },
162 table(...args) {
163 originalConsole.table(...args);
164 log("log", getStack(new Error()), ...args);
165 },
166 time(label = "default") {
167 originalConsole.time(label);
168 if (typeof label !== "string") {

Callers

nothing calls this directly

Calls 2

getStackFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected