Function
use
(this: IndexedDbQueryBuilder<any>, f: (database: globalThis.IDBDatabase) => any)
Source from the content-addressed store, hash-verified
| 1953 | const self = Object.create(ModifyAllProto) |
| 1954 | self.from = options.from |
| 1955 | self.values = options.values |
| 1956 | self.operation = options.operation |
| 1957 | return self as any |
| 1958 | } |
| 1959 | |
| 1960 | const QueryBuilderProto: Omit< |
| 1961 | IndexedDbQueryBuilder<any>, |
| 1962 | | "fromCache" |
| 1963 | | "tables" |
| 1964 | | "database" |
| 1965 | | "IDBKeyRange" |
| 1966 | | "IDBTransaction" |
| 1967 | | "reactivity" |
Callers
nothing calls this directly
Tested by
no test coverage detected