MCPcopy Create free account
hub / github.com/coder/agentapi / Process

Struct Process

lib/termexec/termexec.go:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Process struct {
22 xp *xpty.Xpty
23 execCmd *exec.Cmd
24 screenUpdateLock sync.RWMutex
25 lastScreenUpdate time.Time
26 clock quartz.Clock
27}
28
29type StartProcessConfig struct {
30 Program string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected