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

Function inspectValue

lib/internal/debugger/inspect_repl.js:664–666  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

662 }
663
664 const inspectValue = (expr) =>
665 PromisePrototypeThen(evalInCurrentContext(expr), undefined,
666 (error) => `<${error.message}>`);
667 const lastIndex = watchedExpressions.length - 1;
668
669 const values = await SafePromiseAllReturnArrayLike(watchedExpressions, inspectValue);

Callers

nothing calls this directly

Calls 1

evalInCurrentContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…