Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
newOfflineCommandHandler(stdOut io.Writer, logger log.Logger) *offlineCommandHandler {
31
return
&offlineCommandHandler{stdOut, logger}
32
}
Callers
1
createOfflineCommand
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected