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

Function start

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

Source from the content-addressed store, hash-verified

233
234/** @internal */
235export const start = (
236 command: Command.Command
237): Effect.Effect<CommandExecutor.Process, PlatformError, CommandExecutor.CommandExecutor | Scope> =>
238 Effect.flatMap(commandExecutor.CommandExecutor, (executor) => executor.start(command))
239
240/** @internal */
241export const stream = (

Callers 2

streamFunction · 0.70
makeExecutorFunction · 0.70

Calls 1

startMethod · 0.80

Tested by

no test coverage detected