MCPcopy 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
29func newCacheClearCommandHandler(stdOut io.Writer) *cacheClearCommandHandler {
30 return &cacheClearCommandHandler{
31 StdOut: stdOut,
32 }
33}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected