MCPcopy
hub / github.com/tinygo-org/tinygo / ProcessState

Struct ProcessState

src/os/exec.go:39–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37var ErrProcessDone = errors.New("os: process already finished")
38
39type ProcessState struct {
40}
41
42func (p *ProcessState) String() string {
43 return "" // TODO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected