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

Function skipIfSQLiteMissing

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

Source from the content-addressed store, hash-verified

757}
758
759function skipIfSQLiteMissing() {
760 if (!hasSQLite) {
761 skip('missing SQLite');
762 }
763}
764
765function skipIfFFIMissing() {
766 if (!hasFFI) {

Calls 1

skipFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…