MCPcopy Create free account
hub / github.com/UiPath/uipathcli / newConfigCommandHandler

Function newConfigCommandHandler

commandline/config_command_handler.go:398–404  ·  view source on GitHub ↗
(stdIn io.Reader, stdOut io.Writer, configProvider config.ConfigProvider)

Source from the content-addressed store, hash-verified

396}
397
398func newConfigCommandHandler(stdIn io.Reader, stdOut io.Writer, configProvider config.ConfigProvider) *configCommandHandler {
399 return &configCommandHandler{
400 StdIn: stdIn,
401 StdOut: stdOut,
402 ConfigProvider: configProvider,
403 }
404}

Callers 2

createConfigCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected