Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
759
function
skipIfSQLiteMissing() {
760
if
(!hasSQLite) {
761
skip(
'missing SQLite'
);
762
}
763
}
764
765
function
skipIfFFIMissing() {
766
if
(!hasFFI) {
Callers
15
test-webstorage.js
File · 0.85
test-sqlite-aggregate-function.mjs
File · 0.85
test-sqlite-data-types.js
File · 0.85
test-sqlite-database-sync.js
File · 0.85
test-sqlite-named-parameters.js
File · 0.85
test-sqlite-authz.js
File · 0.85
test-sqlite-typed-array-and-data-view.js
File · 0.85
test-sqlite-statement-sync.js
File · 0.85
test-sqlite-limits.js
File · 0.85
test-sqlite-template-tag.js
File · 0.85
test-sqlite-config.js
File · 0.85
test-sqlite-transactions.js
File · 0.85
Calls
1
skip
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…