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