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

Method Output

utils/exec_utils.go:9–9  ·  view source on GitHub ↗
(name string, arg ...string)

Source from the content-addressed store, hash-verified

7type CommandExecutor interface {
8 Run(name string, arg ...string) error
9 Output(name string, arg ...string) ([]byte, error)
10}
11
12// OSCommandExecutor é a implementação real que usa os/exec.

Callers 15

importGraphFunction · 0.65
TestRun_EndToEndFunction · 0.65
gitDiffFunction · 0.65
OutputMethod · 0.65
GetGitInfoFunction · 0.65
GetFileDiffFunction · 0.65
GetFileHistoryFunction · 0.65
GetFileBlameFunction · 0.65
macGetMethod · 0.65
linuxGetMethod · 0.65
worktreeCreateMethod · 0.65

Implementers 2

MockCommandExecutorutils/git_utils_test.go
OSCommandExecutorutils/exec_utils.go

Calls

no outgoing calls

Tested by 2

TestRun_EndToEndFunction · 0.52