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

Function fail

lib/internal/assert.js:15–18  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

13}
14
15function fail(message) {
16 const ERR_INTERNAL_ASSERTION = lazyError();
17 throw new ERR_INTERNAL_ASSERTION(message);
18}
19
20assert.fail = fail;
21

Callers

nothing calls this directly

Calls 1

lazyErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…