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

Class Table2

repos/effect/packages/platform-browser/test/IndexedDbTable.test.ts:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }) {}
35
36 class Table2 extends IndexedDbTable.make({
37 name: "todo",
38 schema: Schema.Struct({
39 id: IndexedDb.AutoIncrement,
40 title: Schema.String
41 }),
42 keyPath: "id",
43 autoIncrement: false
44 }) {}
45
46 assert.equal(Table1.tableName, "todo")
47 assert.equal(Table1.autoIncrement, true)

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…