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

Function codeFilter

packages/infra/src/Store/codeFilter.ts:194–196  ·  view source on GitHub ↗
(filter: Filter)

Source from the content-addressed store, hash-verified

192}
193
194export function codeFilter<E extends FieldValues, NE extends E>(filter: Filter) {
195 return (x: E) => codeFilter3_(filter, x) ? Option.some(x as unknown as NE) : Option.none()
196}

Callers 1

memFilterFunction · 0.90

Calls 2

codeFilter3_Function · 0.85
someMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…