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

Method next

packages/effect/src/Micro.ts:150–150  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

148 */
149export interface MicroIterator<T extends Micro<any, any, any>> {
150 next(...args: ReadonlyArray<any>): IteratorResult<YieldWrap<T>, Micro.Success<T>>
151}
152
153// ----------------------------------------------------------------------------

Callers 15

writeEffectFunction · 0.65
loopFunction · 0.65
loopFunction · 0.65
parseChildrenWithFunction · 0.65
Graph.test.tsFile · 0.65
nextFunction · 0.65
Cron.test.tsFile · 0.65
runCollectLoopFunction · 0.65
releaseUnsafeFunction · 0.65
nextMethod · 0.65
nextMethod · 0.65

Implementers 11

LinesIteratorpackages/effect/src/String.ts
MutableHashMapIteratorpackages/effect/src/MutableHashMap.ts
BucketIteratorpackages/effect/src/MutableHashMap.ts
SingleShotGenpackages/effect/src/Utils.ts
ScheduleDriverImplpackages/effect/src/internal/schedule.
HashMapIteratorpackages/effect/src/internal/hashMap.t
RandomImplpackages/effect/src/internal/random.ts
FixedRandomImplpackages/effect/src/internal/random.ts
SingleShotGenpackages/effect/src/internal/singleSho
TrieIteratorpackages/effect/src/internal/trie.ts
RedBlackTreeIteratorpackages/effect/src/internal/redBlackT

Calls

no outgoing calls

Tested by 2

nextFunction · 0.52
runCollectLoopFunction · 0.52