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

Function compare

packages/infra/src/Store/utils.ts:57–59  ·  view source on GitHub ↗
(valA: unknown, valB: unknown)

Source from the content-addressed store, hash-verified

55}
56
57export function compare(valA: unknown, valB: unknown) {
58 return valA === valB
59}
60
61export function lowerThan(valA: SupportedValues2, valB: SupportedValues2) {
62 return valA < valB

Callers 2

filterStatementFunction · 0.90
makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…