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

Function stream

packages/platform/src/internal/command.ts:241–244  ·  view source on GitHub ↗
(
  command: Command.Command
)

Source from the content-addressed store, hash-verified

239
240/** @internal */
241export const stream = (
242 command: Command.Command
243): Stream.Stream<Uint8Array, PlatformError, CommandExecutor.CommandExecutor> =>
244 Stream.flatMap(commandExecutor.CommandExecutor, (executor) => executor.stream(command))
245
246/** @internal */
247export const streamLines = (

Callers

nothing calls this directly

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected