Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Db
Class
Db
repos/effect/packages/platform-browser/test/IndexedDbVersion.test.ts:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}) {}
16
17
class
Db extends IndexedDbVersion.make(Table1) {}
18
19
assert.equal(Db.tables.size, 1)
20
assert.equal(Db.tables.get(
"todo1"
), Table1)
Callers
nothing calls this directly
Calls
1
make
Method · 0.65
Tested by
no test coverage detected