MCPcopy Index your code
hub / github.com/nodejs/node / makeConsole

Function makeConsole

benchmark/console/log.js:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function makeConsole() {
20 const dn = new Null();
21 return new Console({ stdout: dn, stderr: dn, ignoreErrors: true, colorMode: false });
22}
23
24function main({ n, variant }) {
25 const c = makeConsole();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…