MCPcopy Create free account
hub / github.com/diillson/chatcli / Run

Method Run

utils/git_utils_test.go:16–19  ·  view source on GitHub ↗
(name string, arg ...string)

Source from the content-addressed store, hash-verified

14}
15
16func (m *MockCommandExecutor) Run(name string, arg ...string) error {
17 args := m.Called(name, arg)
18 return args.Error(0)
19}
20
21func (m *MockCommandExecutor) Output(name string, arg ...string) ([]byte, error) {
22 args := m.Called(name, arg)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected