MCPcopy Index your code
hub / github.com/nodejs/node / skipIf32Bits

Function skipIf32Bits

test/common/index.js:753–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

751}
752
753function skipIf32Bits() {
754 if (bits < 64) {
755 skip('The tested feature is not available in 32bit builds');
756 }
757}
758
759function skipIfSQLiteMissing() {
760 if (!hasSQLite) {

Callers

nothing calls this directly

Calls 1

skipFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…