MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / func

Function func

test/42.integrity.js:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6describe('integrity checks', function () {
7 beforeEach(function () {
8 let func = () => {};
9 this.useFunc = fn => { func = fn; };
10 this.db = new Database(util.next());
11 this.db.prepare("CREATE TABLE entries (a TEXT, b INTEGER, c REAL, d BLOB, e TEXT)").run();

Callers 1

42.integrity.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected