MCPcopy 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
450export function shouldSkipIntegrityCheck() {
451 return process.env.COREPACK_INTEGRITY_KEYS === ``
452 || process.env.COREPACK_INTEGRITY_KEYS === `0`;
453}

Callers 3

fetchLatestStableVersionFunction · 0.90
installVersionFunction · 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…