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

Function lowerThanExclusive

packages/infra/src/Store/utils.ts:65–67  ·  view source on GitHub ↗
(valA: SupportedValues2, valB: SupportedValues2)

Source from the content-addressed store, hash-verified

63}
64
65export function lowerThanExclusive(valA: SupportedValues2, valB: SupportedValues2) {
66 return valA <= valB
67}
68
69export function greaterThan(valA: SupportedValues2, valB: SupportedValues2) {
70 return valA > valB

Callers 1

filterStatementFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…