MCPcopy 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
253function getFips() {
254 return getOptionValue('--force-fips') ? 1 : getFipsCrypto();
255}
256
257function setFips(val) {
258 if (getOptionValue('--force-fips')) {

Calls 1

getOptionValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…