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

Function mustCall

test/common/index.js:466–468  ·  view source on GitHub ↗
(fn, exact)

Source from the content-addressed store, hash-verified

464}
465
466function mustCall(fn, exact) {
467 return _mustCallInner(fn, exact, 'exact');
468}
469
470function mustSucceed(fn, exact) {
471 return mustCall(function(err, ...args) {

Calls 1

_mustCallInnerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…