Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getFips
Function
getFips
lib/crypto.js:253–255 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
};
252
253
function
getFips() {
254
return
getOptionValue(
'--force-fips'
) ? 1 : getFipsCrypto();
255
}
256
257
function
setFips(val) {
258
if
(getOptionValue(
'--force-fips'
)) {
Callers
3
test-benchmark-crypto.js
File · 0.85
test-crypto-secure-heap.js
File · 0.85
test-legacy-provider-option.js
File · 0.85
Calls
1
getOptionValue
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…