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

Function getSystemErrorMap

lib/internal/util.js:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446function getSystemErrorMap() {
447 return lazyUv().getErrorMap();
448}
449
450const kCustomPromisifiedSymbol = SymbolFor('nodejs.util.promisify.custom');
451const kCustomPromisifyArgsSymbol = Symbol('customPromisifyArgs');

Callers 1

test-uv-errmap.jsFile · 0.85

Calls 2

getErrorMapMethod · 0.80
lazyUvFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…