Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ newCacheClearCommandHandler
Function
newCacheClearCommandHandler
commandline/cache_clear_command_handler.go:29–33 ·
view source on GitHub ↗
(stdOut io.Writer)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
newCacheClearCommandHandler(stdOut io.Writer) *cacheClearCommandHandler {
30
return
&cacheClearCommandHandler{
31
StdOut: stdOut,
32
}
33
}
Callers
1
createCacheClearCommand
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected