Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
create
Function · 0.85
Calls
2
isCryptoCheck
Function · 0.85
checkCryptoCall
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…