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

Struct DigitizeCommand

plugin/digitizer/digitize_command.go:22–22  ·  view source on GitHub ↗

The DigitizeCommand is a convenient wrapper over the async digitizer API to make it seem like it is a single sync call.

Source from the content-addressed store, hash-verified

20// The DigitizeCommand is a convenient wrapper over the async digitizer API
21// to make it seem like it is a single sync call.
22type DigitizeCommand struct{}
23
24func (c DigitizeCommand) Command() plugin.Command {
25 return *plugin.NewCommand("du").

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected