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

Function isCryptoCheck

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

Source from the content-addressed store, hash-verified

48 }
49
50 function isCryptoCheck(node) {
51 return utils.usesCommonProperty(node, ['hasCrypto', 'hasFipsCrypto']);
52 }
53
54 function checkCryptoCall(node) {
55 if (utils.inSkipBlock(node)) {

Callers 2

testIfStatementFunction · 0.85
testMemberExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…