MCPcopy Create free account
hub / github.com/mscdex/ssh2 / mustCallAtLeast

Function mustCallAtLeast

test/common.js:46–48  ·  view source on GitHub ↗
(fn, minimum)

Source from the content-addressed store, hash-verified

44}
45
46function mustCallAtLeast(fn, minimum) {
47 return _mustCallInner(fn, minimum, 'minimum');
48}
49
50function _mustCallInner(fn, criteria = 1, field) {
51 if (process._exiting)

Callers 6

test-openssh.jsFile · 0.85
test-sftp.jsFile · 0.85
test-shell.jsFile · 0.85
test-exec.jsFile · 0.85

Calls 1

_mustCallInnerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…