Function
reactive
(
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
Tested by
no test coverage detected