Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ UI
Method
UI
cli_test.go:47–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
type
ErrorCommand
struct
{}
46
47
func
(c ErrorCommand) UI() cli.UI {
48
return
cli.UI{
49
RunTUI: c.run,
50
}
51
}
52
53
var
testErr = errors.New(
"test error"
)
54
Callers
1
TestError
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected