MCPcopy 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

1import { skipIfSQLiteMissing } from '../common/index.mjs';
2import { describe, test } from 'node:test';
3skipIfSQLiteMissing();
4const { DatabaseSync } = await import('node:sqlite');

Callers

nothing calls this directly

Calls 10

skipIfSQLiteMissingFunction · 0.85
allMethod · 0.80
testFunction · 0.70
closeMethod · 0.65
getMethod · 0.65
afterMethod · 0.45
execMethod · 0.45
prepareMethod · 0.45
joinMethod · 0.45
fnMethod · 0.45

Tested by

no test coverage detected