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

Function use

repos/effect/packages/platform-browser/src/IndexedDbQueryBuilder.ts:1955–1964  ·  view source on GitHub ↗
(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
1960const QueryBuilderProto: Omit<
1961 IndexedDbQueryBuilder<any>,
1962 | "fromCache"
1963 | "tables"
1964 | "database"
1965 | "IDBKeyRange"
1966 | "IDBTransaction"
1967 | "reactivity"

Callers

nothing calls this directly

Calls 1

fFunction · 0.50

Tested by

no test coverage detected