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

Function step

packages/effect/src/Stream.ts:10558–10561  ·  view source on GitHub ↗
(z)

Source from the content-addressed store, hash-verified

10556 while: () => i < arr.length,
10557 body: () => f(s, arr[i]),
10558 step(z) {
10559 s = z
10560 i++
10561 }
10562 }),
10563 () => s
10564 )

Callers 4

fromEffectScheduleFunction · 0.70
fromScheduleFunction · 0.70
Stream.tsFile · 0.70
loopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected