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

Function mustCallAtLeast

test/common/index.js:478–480  ·  view source on GitHub ↗
(fn, minimum)

Source from the content-addressed store, hash-verified

476}
477
478function mustCallAtLeast(fn, minimum) {
479 return _mustCallInner(fn, minimum, 'minimum');
480}
481
482function _mustCallInner(fn, criteria = 1, field) {
483 if (process._exiting)

Calls 1

_mustCallInnerFunction · 0.85

Tested by 2

testFunction · 0.68
testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…