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

Method executeCommand

commandline/command_builder.go:264–269  ·  view source on GitHub ↗
(ctx executor.ExecutionContext, writer output.OutputWriter, logger log.Logger)

Source from the content-addressed store, hash-verified

262}
263
264func (b CommandBuilder) executeCommand(ctx executor.ExecutionContext, writer output.OutputWriter, logger log.Logger) error {
265 if ctx.Plugin != nil {
266 return b.PluginExecutor.Call(ctx, writer, logger)
267 }
268 return b.Executor.Call(ctx, writer, logger)
269}
270
271func (b CommandBuilder) operationId() string {
272 bytes := make([]byte, 16)

Callers 1

executeMethod · 0.95

Calls 1

CallMethod · 0.65

Tested by

no test coverage detected