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

Function make

repos/effect/packages/effect/src/TxPriorityQueue.ts:176–177  ·  view source on GitHub ↗
(order: Order<A>)

Source from the content-addressed store, hash-verified

174 * await Effect.runPromise(program) // => 1
175 * ```
176 *
177 * @category constructors
178 * @since 2.0.0
179 */
180export const make = <A>(order: Order<A>) => (...elements: Array<A>): Effect.Effect<TxPriorityQueue<A>> =>

Callers

nothing calls this directly

Calls 1

fromIterableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…