MCPcopy
hub / github.com/vulcand/vulcand / runString

Method runString

vctl/command/command_test.go:63–65  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

61}
62
63func (s *CmdSuite) runString(in string) string {
64 return s.run(strings.Split(in, " ")...)
65}
66
67func (s *CmdSuite) run(params ...string) string {
68 args := []string{"vctl"}

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected