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

Function modeToString

test/parallel/test-sqlite-session.js:612–615  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

610 // this test is a regression test for that scenario
611
612 function modeToString(mode) {
613 if (mode === constants.SQLITE_CHANGESET_ABORT) return 'SQLITE_CHANGESET_ABORT';
614 if (mode === constants.SQLITE_CHANGESET_OMIT) return 'SQLITE_CHANGESET_OMIT';
615 }
616
617 const dbPath = nextDb();
618 const db1 = new DatabaseSync(dbPath);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…