Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-sqlite.js
File
test-sqlite.js
test/parallel/test-sqlite.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ spawnPromisified, skipIfSQLiteMissing } = require(
'../common'
);
3
skipIfSQLiteMissing();
4
const
{ DatabaseSync, constants } = require(
'node:sqlite'
);
Callers
nothing calls this directly
Calls
15
skipIfSQLiteMissing
Function · 0.85
suite
Function · 0.85
all
Method · 0.80
test
Function · 0.70
nextDb
Function · 0.70
match
Method · 0.65
close
Method · 0.65
get
Method · 0.65
require
Function · 0.50
spawnPromisified
Function · 0.50
pathToFileURL
Function · 0.50
after
Method · 0.45
Tested by
no test coverage detected