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

Function lte

packages/platform/browser/src/IndexedDbQueryBuilder.ts:1453–1459  ·  view source on GitHub ↗
(this: IndexedDbQuery.DeletePartial<any, never>, value: IndexedDbQuery.ExtractIndexType<any, never>)

Source from the content-addressed store, hash-verified

1451 })
1452 },
1453 lte(this: IndexedDbQuery.DeletePartial<any, never>, value: IndexedDbQuery.ExtractIndexType<any, never>) {
1454 return makeDelete({
1455 delete: this as any,
1456 upperBound: value,
1457 excludeUpperBound: false
1458 })
1459 },
1460 gt(this: IndexedDbQuery.DeletePartial<any, never>, value: IndexedDbQuery.ExtractIndexType<any, never>) {
1461 return makeDelete({
1462 delete: this as any,

Callers 2

makeIsLessThanOrEqualToFunction · 0.85
makeIsBetweenFunction · 0.85

Calls 3

makeDeleteFunction · 0.85
makeCountFunction · 0.85
makeSelectFunction · 0.85

Tested by

no test coverage detected