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

Function newOfflineCommandHandler

commandline/offline_command_handler.go:30–32  ·  view source on GitHub ↗
(stdOut io.Writer, logger log.Logger)

Source from the content-addressed store, hash-verified

28}
29
30func newOfflineCommandHandler(stdOut io.Writer, logger log.Logger) *offlineCommandHandler {
31 return &offlineCommandHandler{stdOut, logger}
32}

Callers 1

createOfflineCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected