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

Function inspect

lib/internal/error_serdes.js:106–109  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

104
105let internalUtilInspect;
106function inspect(...args) {
107 internalUtilInspect ??= require('internal/util/inspect');
108 return internalUtilInspect.inspect(...args);
109}
110
111let serialize;
112function serializeError(error, rememberSet = new SafeSet()) {

Callers 15

customInspectFunction · 0.70
[inspect.custom]Method · 0.70
[inspect.custom]Method · 0.70
[kInspect]Method · 0.70
serializeErrorFunction · 0.70
[inspect.custom]Method · 0.70
innerInspectMethod · 0.70
[inspect.custom]Method · 0.70
[inspect]Function · 0.70
afterInspectorFunction · 0.70
[kInspect]Method · 0.70
getValidStdioFunction · 0.70

Calls 2

inspectMethod · 0.80
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…