MCPcopy
hub / github.com/Effect-TS/effect / make

Function make

packages/effect/src/internal/schedule/intervals.ts:17–22  ·  view source on GitHub ↗
(intervals: Chunk.Chunk<Interval.Interval>)

Source from the content-addressed store, hash-verified

15
16/** @internal */
17export const make = (intervals: Chunk.Chunk<Interval.Interval>): Intervals.Intervals => {
18 return {
19 [IntervalsTypeId]: IntervalsTypeId,
20 intervals
21 }
22}
23/** @internal */
24export const empty: Intervals.Intervals = make(Chunk.empty())
25

Callers 4

intervals.tsFile · 0.70
fromIterableFunction · 0.70
unionLoopFunction · 0.70
intersectLoopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected