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

Function inspect

lib/internal/debugger/inspect_repl.js:398–400  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

396
397 const INSPECT_OPTIONS = { colors: inspector.stdout.isTTY };
398 function inspect(value) {
399 return utilInspect(value, INSPECT_OPTIONS);
400 }
401
402 function print(value, addNewline = true) {
403 const text = typeof value === 'string' ? value : inspect(value);

Callers 3

printFunction · 0.70
formatWatchersFunction · 0.70
createReplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…