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

Function setInternalPrepareStackTrace

lib/internal/errors.js:113–115  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

111}
112
113function setInternalPrepareStackTrace(callback) {
114 internalPrepareStackTrace = callback;
115}
116
117function isPermissionModelError(err) {
118 return typeof err !== 'number' && err.code && err.code === 'ERR_ACCESS_DENIED';

Callers 1

setSourceMapsSupportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected