MCPcopy Create free account
hub / github.com/Effect-TS/effect / start

Function start

packages/effect/src/internal/schedule/intervals.ts:148–154  ·  view source on GitHub ↗
(self: Intervals.Intervals)

Source from the content-addressed store, hash-verified

146
147/** @internal */
148export const start = (self: Intervals.Intervals): number => {
149 return pipe(
150 self.intervals,
151 Chunk.head,
152 Option.getOrElse(() => Interval.empty)
153 ).startMillis
154}
155
156/** @internal */
157export const end = (self: Intervals.Intervals): number => {

Callers 1

intervals.tsFile · 0.70

Calls 1

pipeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…