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

Function resetErrorInfo

test/fixtures/snapshot/typescript.js:64732–64738  ·  view source on GitHub ↗
(saved)

Source from the content-addressed store, hash-verified

64730 }
64731 return result !== 0 /* Ternary.False */;
64732 function resetErrorInfo(saved) {
64733 errorInfo = saved.errorInfo;
64734 lastSkippedInfo = saved.lastSkippedInfo;
64735 incompatibleStack = saved.incompatibleStack;
64736 overrideNextErrorInfo = saved.overrideNextErrorInfo;
64737 relatedInfo = saved.relatedInfo;
64738 }
64739 function captureErrorCalculationState() {
64740 return {
64741 errorInfo: errorInfo,

Callers 3

structuredTypeRelatedToFunction · 0.85
relateVariancesFunction · 0.85
signaturesRelatedToFunction · 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…