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

Function info

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

Source from the content-addressed store, hash-verified

152 log("log", getStack(new Error()), ...args);
153 },
154 info(...args) {
155 originalConsole.info(...args);
156 log("info", getStack(new Error()), ...args);
157 },
158 log(msg, ...substitution) {
159 originalConsole.log(msg, ...substitution);
160 log("log", getStack(new Error()), msg, ...substitution);

Callers

nothing calls this directly

Calls 2

getStackFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected