Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
478
function
mustCallAtLeast(fn, minimum) {
479
return
_mustCallInner(fn, minimum,
'minimum'
);
480
}
481
482
function
_mustCallInner(fn, criteria = 1, field) {
483
if
(process._exiting)
Callers
15
test-runner-run-global-hooks.mjs
File · 0.85
test-quic-datagram-abandoned.mjs
File · 0.85
parent
Function · 0.85
child
Function · 0.85
test-quic-perf-hooks.mjs
File · 0.85
test-child-process-double-pipe.js
File · 0.85
test-quic-datagram-multiple.mjs
File · 0.85
test-child-process-stdin.js
File · 0.85
testSocket
Function · 0.85
test-child-process-env.js
File · 0.85
test-quic-stream-slow-consumer.mjs
File · 0.85
test-child-process-fork-net.js
File · 0.85
Calls
1
_mustCallInner
Function · 0.85
Tested by
2
test
Function · 0.68
test
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…