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

Function evaluate

packages/platform/browser/src/IndexedDbQueryBuilder.ts:1517–1519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1515 ...Effectable.Prototype<IndexedDbQuery.Delete<any, never>>({
1516 label: "IndexedDbQuery.Delete",
1517 evaluate() {
1518 return applyDelete(this)
1519 }
1520 }),
1521 limit(this: IndexedDbQuery.Delete<any, never>, limit: number) {
1522 return makeDelete({

Callers

nothing calls this directly

Calls 2

applyDeleteFunction · 0.85
getCountFunction · 0.85

Tested by

no test coverage detected