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

Function rows

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

Source from the content-addressed store, hash-verified

171 specify('while iterating (blocked)', function () {
172 let i = 0;
173 whileIterating(this, blocked(() => this.db.table(`tbl_${++i}`, { columns: ['x'], *rows() {} })));
174 expect(i).to.equal(5);
175 normally(allowed(() => this.db.table(`tbl_${++i}`, { columns: ['x'], *rows() {} })));
176 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected