Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vulcand/vulcand
/ TestStatus
Method
TestStatus
vctl/command/command_test.go:77–79 ·
view source on GitHub ↗
(c *C)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(s *CmdSuite) TestStatus(c *C) {
78
c.Assert(s.run(
"top"
,
"--refresh"
,
"0"
), Matches,
".*Frontend.*"
)
79
}
80
81
func
(s *CmdSuite) TestHostCRUD(c *C) {
82
host :=
"localhost"
Callers
nothing calls this directly
Calls
1
run
Method · 0.95
Tested by
no test coverage detected