MCPcopy Create free account
hub / github.com/effect-app/libs / logMany

Function logMany

packages/effect-app/src/Pure.ts:140–144  ·  view source on GitHub ↗
(w: Iterable<W>)

Source from the content-addressed store, hash-verified

138}
139
140export function logMany<W>(w: Iterable<W>): PureLogT<W> {
141 return (castTag<W, unknown, never>()).useSync((_) => {
142 _.env.log = Chunk.appendAll(_.env.log, Chunk.fromIterable(w))
143 })
144}
145
146export function runAll<R, E, A, W3, S1, S3, S4 extends S1>(
147 self: Effect.Effect<A, E, FixEnv<R, W3, S1, S3>>,

Callers 1

dsl.tsFile · 0.90

Calls 2

castTagFunction · 0.85
useSyncMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…