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

Function GetName

lib/internal/error_serdes.js:100–103  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

98}
99
100function GetName(object) {
101 const desc = ObjectGetOwnPropertyDescriptor(object, 'name');
102 return desc?.value;
103}
104
105let internalUtilInspect;
106function inspect(...args) {

Callers 1

serializeErrorFunction · 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…