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

Function testMemberExpression

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

Source from the content-addressed store, hash-verified

60 }
61
62 function testMemberExpression(node) {
63 if (isCryptoCheck(node)) {
64 checkCryptoCall(node);
65 }
66 }
67
68 function reportIfMissingCheck() {
69 if (hasSkipCall) {

Callers 1

createFunction · 0.85

Calls 2

isCryptoCheckFunction · 0.85
checkCryptoCallFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…