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

Function groupEnd

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

Source from the content-addressed store, hash-verified

148 log("log", getStack(new Error()), ...args);
149 },
150 groupEnd(...args) {
151 originalConsole.groupEnd(...args);
152 log("log", getStack(new Error()), ...args);
153 },
154 info(...args) {
155 originalConsole.info(...args);
156 log("info", getStack(new Error()), ...args);

Callers

nothing calls this directly

Calls 2

getStackFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected