MCPcopy Create free account
hub / github.com/Effect-TS/effect / handle

Function handle

packages/effect/src/unstable/cli/Command.ts:1017–1020  ·  view source on GitHub ↗
(
      input: NextInput,
      commandPath: ReadonlyArray<string>
    )

Source from the content-addressed store, hash-verified

1015 })
1016
1017 const handle = (
1018 input: NextInput,
1019 commandPath: ReadonlyArray<string>
1020 ) => impl.handle(input as Input, commandPath)
1021
1022 return makeCommand({
1023 name: impl.name,

Callers 3

mapEffectConcurrentFunction · 0.50
SqlResolver.tsFile · 0.50
DevToolsServer.tsFile · 0.50

Calls 1

handleMethod · 0.65

Tested by

no test coverage detected