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

Function final

lib/internal/console/constructor.js:562–562  ·  view source on GitHub ↗
(k, v)

Source from the content-addressed store, hash-verified

560
561 cliTable ??= require('internal/cli_table');
562 const final = (k, v) => this.log(cliTable(k, v));
563
564 const _inspect = (v) => {
565 const depth = v !== null &&

Callers 1

tableFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…