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

Struct fakeProcAdapter

cli/plugins/builtin_proc_test.go:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type fakeProcAdapter struct {
15 lastCall string
16 command string
17 dir string
18 id string
19 tail int
20}
21
22func (f *fakeProcAdapter) Start(command, dir string) (string, error) {
23 f.lastCall, f.command, f.dir = "start", command, dir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected