Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/corepack
/ shouldSkipIntegrityCheck
Function
shouldSkipIntegrityCheck
sources/corepackUtils.ts:450–453 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
448
}
449
450
export
function
shouldSkipIntegrityCheck() {
451
return
process.env.COREPACK_INTEGRITY_KEYS === ``
452
|| process.env.COREPACK_INTEGRITY_KEYS === `0`;
453
}
Callers
3
fetchLatestStableVersion
Function · 0.90
corepackUtils.test.ts
File · 0.90
installVersion
Function · 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…