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

Function unAnnotate

packages/printer/src/internal/docStream.ts:336–337  ·  view source on GitHub ↗
(self: DocStream.DocStream<A>)

Source from the content-addressed store, hash-verified

334
335/** @internal */
336export const unAnnotate = <A>(self: DocStream.DocStream<A>): DocStream.DocStream<never> =>
337 Effect.runSync(unAnnotateSafe(self))
338
339const unAnnotateSafe = <A>(
340 self: DocStream.DocStream<A>

Callers

nothing calls this directly

Calls 1

unAnnotateSafeFunction · 0.85

Tested by

no test coverage detected