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

Function some_

packages/effect-app/src/Set.ts:149–151  ·  view source on GitHub ↗
(set: Set<A>, predicate: Predicate<A>)

Source from the content-addressed store, hash-verified

147 * true if one or more elements match predicate
148 */
149export function some_<A>(set: Set<A>, predicate: Predicate<A>): boolean {
150 return some(predicate)(set)
151}
152
153/**
154 * Projects a Set through a function

Callers

nothing calls this directly

Calls 1

someFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…