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

Function makeOrder

repos/effect/packages/effect/src/Option.ts:2103–2104  ·  view source on GitHub ↗
(O: Order<A>)

Source from the content-addressed store, hash-verified

2101 *
2102 * Option.some(2).pipe(Option.contains(2)) // => true
2103 * Option.some(1).pipe(Option.contains(2)) // => false
2104 * Option.none().pipe(Option.contains(2)) // => false
2105 * ```
2106 *
2107 * @see {@link containsWith} for custom equality

Callers

nothing calls this directly

Calls 3

isSomeFunction · 0.85
OInterface · 0.85
makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…