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

Function drop

packages/effect/src/internal/sink.ts:547–547  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

545
546/** @internal */
547export const drop = <In>(n: number): Sink.Sink<unknown, In, In> => suspend(() => new SinkImpl(dropLoop(n)))
548
549/** @internal */
550const dropLoop = <In>(

Callers 6

List.tsFile · 0.85
Chunk.tsFile · 0.85
tailFunction · 0.85
tailNonEmptyFunction · 0.85
dropUntilFunction · 0.85
stream.tsFile · 0.85

Calls 2

dropLoopFunction · 0.85
suspendFunction · 0.70

Tested by

no test coverage detected