MCPcopy Create free account
hub / github.com/effect-app/libs / Table2

Class Table2

repos/effect/packages/platform-browser/test/IndexedDbVersion.test.ts:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }) {}
33
34 class Table2 extends IndexedDbTable.make({
35 name: "todo2",
36 schema: Schema.Struct({
37 id: Schema.Number,
38 title: Schema.String,
39 completed: Schema.Boolean
40 }),
41 keyPath: "id"
42 }) {}
43
44 class Db extends IndexedDbVersion.make(Table1, Table2) {}
45

Callers

nothing calls this directly

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…