Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-sqlite-named-parameters.js
File
test-sqlite-named-parameters.js
test/parallel/test-sqlite-named-parameters.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ skipIfSQLiteMissing } = require(
'../common'
);
3
skipIfSQLiteMissing();
4
const
tmpdir = require(
'../common/tmpdir'
);
Callers
nothing calls this directly
Calls
12
skipIfSQLiteMissing
Function · 0.85
suite
Function · 0.85
test
Function · 0.70
nextDb
Function · 0.70
close
Method · 0.65
get
Method · 0.65
require
Function · 0.50
refresh
Method · 0.45
after
Method · 0.45
exec
Method · 0.45
prepare
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected