MCPcopy Index your code
hub / github.com/nodejs/node / must-call-assert.js

File must-call-assert.js

tools/eslint-rules/must-call-assert.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3const message =
4 'Assertions must be wrapped into `common.mustSucceed`, `common.mustCall` or `common.mustCallAtLeast`';

Callers

nothing calls this directly

Calls 5

findEnclosingFunctionFunction · 0.85
isMustCallOrTestFunction · 0.85
mapMethod · 0.65
joinMethod · 0.45
reportMethod · 0.45

Tested by

no test coverage detected