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

Function checkCryptoCall

tools/eslint-rules/crypto-check.js:54–60  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

52 }
53
54 function checkCryptoCall(node) {
55 if (utils.inSkipBlock(node)) {
56 hasSkipCall = true;
57 } else {
58 missingCheckNodes.push(node);
59 }
60 }
61
62 function testMemberExpression(node) {
63 if (isCryptoCheck(node)) {

Callers 2

testIfStatementFunction · 0.85
testMemberExpressionFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…