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

Class

test/10.database.open.js:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 });
170 it('should work properly when subclassed', function () {
171 class MyDatabase extends Database {
172 foo() {
173 return 999;
174 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected