Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ step
Function
step
packages/effect/src/internal/effect.ts:4439–4442 ·
view source on GitHub ↗
(next)
Source
from the content-addressed store, hash-verified
4437
while
: () => index < arr.length,
4438
body: () => f(state, arr[index], index),
4439
step(next) {
4440
state = next
4441
index++
4442
}
4443
}),
4444
() => state
4445
)
Callers
3
runSequential
Function · 0.70
runStep
Function · 0.70
TestClock.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected