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

Function checkEachDefined

test/fixtures/snapshot/typescript.js:2768–2771  ·  view source on GitHub ↗
(value, message, stackCrawlMark)

Source from the content-addressed store, hash-verified

2766 }
2767 Debug.assertEachIsDefined = assertEachIsDefined;
2768 function checkEachDefined(value, message, stackCrawlMark) {
2769 assertEachIsDefined(value, message, stackCrawlMark || checkEachDefined);
2770 return value;
2771 }
2772 Debug.checkEachDefined = checkEachDefined;
2773 function assertNever(member, message, stackCrawlMark) {
2774 if (message === void 0) { message = "Illegal value:"; }

Callers

nothing calls this directly

Calls 1

assertEachIsDefinedFunction · 0.85

Tested by

no test coverage detected