MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / fakeRunner

Struct fakeRunner

internal/tools/installer_test.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type fakeRunner struct {
14 gotName string
15 gotArgs []string
16 code int
17 err error
18}
19
20func (f *fakeRunner) Run(name string, args []string, stdout, stderr io.Writer) (int, error) {
21 f.gotName = name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected