MCPcopy Index your code
hub / github.com/Effect-TS/effect / dropWhile

Function dropWhile

packages/effect/src/internal/sink.ts:606–607  ·  view source on GitHub ↗
(predicate: Predicate<In>)

Source from the content-addressed store, hash-verified

604
605/** @internal */
606export const dropWhile = <In>(predicate: Predicate<In>): Sink.Sink<unknown, In, In> =>
607 new SinkImpl(dropWhileReader(predicate))
608
609/** @internal */
610const dropWhileReader = <In>(

Callers 2

dropUntilFunction · 0.85
stream.tsFile · 0.85

Calls 1

dropWhileReaderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…