MCPcopy Create free account
hub / github.com/Effect-TS/effect / reactive

Function reactive

packages/platform/browser/src/IndexedDbQueryBuilder.ts:1794–1800  ·  view source on GitHub ↗
(
    this: IndexedDbQuery.Select<any, never>,
    keys?: ReadonlyArray<unknown> | Record.ReadonlyRecord<string, ReadonlyArray<unknown>> | undefined
  )

Source from the content-addressed store, hash-verified

1792 })
1793 },
1794 reactive(
1795 this: IndexedDbQuery.Select<any, never>,
1796 keys?: ReadonlyArray<unknown> | Record.ReadonlyRecord<string, ReadonlyArray<unknown>> | undefined
1797 ) {
1798 keys ??= [this.from.table.tableName]
1799 return this.from.reactivity.stream(keys, this)
1800 },
1801 reactiveQueue(
1802 this: IndexedDbQuery.Select<any, never>,
1803 keys?: ReadonlyArray<unknown> | Record.ReadonlyRecord<string, ReadonlyArray<unknown>> | undefined

Callers

nothing calls this directly

Calls 2

streamMethod · 0.65
StringInterface · 0.50

Tested by

no test coverage detected