Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-sqlite-aggregate-function.mjs
File
test-sqlite-aggregate-function.mjs
test/parallel/test-sqlite-aggregate-function.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ skipIfSQLiteMissing } from
'../common/index.mjs'
;
2
import
{ describe, test } from
'node:test'
;
3
skipIfSQLiteMissing();
4
const
{ DatabaseSync } =
await
import
(
'node:sqlite'
);
Callers
nothing calls this directly
Calls
10
skipIfSQLiteMissing
Function · 0.85
all
Method · 0.80
test
Function · 0.70
close
Method · 0.65
get
Method · 0.65
after
Method · 0.45
exec
Method · 0.45
prepare
Method · 0.45
join
Method · 0.45
fn
Method · 0.45
Tested by
no test coverage detected