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

Function codeFilterStatement

packages/infra/src/Store/codeFilter.ts:63–63  ·  view source on GitHub ↗
(p: FilterR, x: E)

Source from the content-addressed store, hash-verified

61}
62
63export const codeFilterStatement = <E>(p: FilterR, x: E) => filterStatement(x, p)
64
65// TODO: still prevent mixing relation checks with non-relation checks in the same filter scope
66// right now we ignore scoped combinations, because they allow us to scope relation checks too.

Callers 1

codeFilter3__Function · 0.85

Calls 1

filterStatementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…