MCPcopy Index your code
hub / github.com/nodejs/node / nextDb

Function nextDb

test/parallel/test-sqlite-database-sync.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11tmpdir.refresh();
12
13function nextDb() {
14 return join(tmpdir.path, `database-${cnt++}.db`);
15}
16
17suite('DatabaseSync() constructor', () => {
18 test('throws if called without new', (t) => {

Callers 1

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…