Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiseLibs/better-sqlite3
/ foo
Method
foo
test/10.database.open.js:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
it(
'should work properly when subclassed'
,
function
() {
171
class
MyDatabase extends Database {
172
foo() {
173
return
999;
174
}
175
}
176
const
db = this.db =
new
MyDatabase(util.next());
177
expect(db).to.be.an.instanceof(Database);
Callers
1
10.database.open.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected