MCPcopy 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';
2const { spawnPromisified, skipIfSQLiteMissing } = require('../common');
3skipIfSQLiteMissing();
4const { DatabaseSync, constants } = require('node:sqlite');

Callers

nothing calls this directly

Calls 15

skipIfSQLiteMissingFunction · 0.85
suiteFunction · 0.85
allMethod · 0.80
testFunction · 0.70
nextDbFunction · 0.70
matchMethod · 0.65
closeMethod · 0.65
getMethod · 0.65
requireFunction · 0.50
spawnPromisifiedFunction · 0.50
pathToFileURLFunction · 0.50
afterMethod · 0.45

Tested by

no test coverage detected