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

Function filter

repos/effect/packages/effect/src/internal/hashSet.ts:160–161  ·  view source on GitHub ↗
(self: HashSet<V>, predicate: (value: V) => boolean)

Source from the content-addressed store, hash-verified

158
159/** @internal */
160export const filter = <V>(self: HashSet<V>, predicate: (value: V) => boolean): HashSet<V> =>
161 fromPredicate(self, predicate)
162
163/** @internal */
164export const some = <V>(self: HashSet<V>, predicate: (value: V) => boolean): boolean => {

Callers 1

effect.tsFile · 0.70

Calls 1

fromPredicateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…