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

Function every

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

Source from the content-addressed store, hash-verified

179 * true if all elements match predicate
180 */
181export function every<A>(predicate: Predicate<A>): (set: Set<A>) => boolean {
182 return (set) => every_(set, predicate)
183}
184
185/**
186 * true if all elements match predicate

Callers 1

isSubset_Function · 0.70

Calls 1

every_Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…