Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
547
export
const
drop = <In>(n: number): Sink.Sink<unknown, In, In> => suspend(() =>
new
SinkImpl(dropLoop(n)))
548
549
/** @internal */
550
const
dropLoop = <In>(
Callers
6
List.ts
File · 0.85
Chunk.ts
File · 0.85
tail
Function · 0.85
tailNonEmpty
Function · 0.85
dropUntil
Function · 0.85
stream.ts
File · 0.85
Calls
2
dropLoop
Function · 0.85
suspend
Function · 0.70
Tested by
no test coverage detected