MCPcopy Index your code
hub / github.com/nodejs/node / test-sqlite-session.js

File test-sqlite-session.js

test/parallel/test-sqlite-session.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Flags: --experimental-sqlite
2'use strict';
3const { skipIfSQLiteMissing } = require('../common');
4skipIfSQLiteMissing();

Callers

nothing calls this directly

Calls 15

skipIfSQLiteMissingFunction · 0.85
createDatabaseFunction · 0.85
deepStrictEqualFunction · 0.85
suiteFunction · 0.85
prepareConflictFunction · 0.85
prepareDataConflictFunction · 0.85
prepareNotFoundConflictFunction · 0.85
prepareFkConflictFunction · 0.85
modeToStringFunction · 0.85
allMethod · 0.80
testFunction · 0.70

Tested by

no test coverage detected