Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
var
ErrProcessDone = errors.New(
"os: process already finished"
)
38
39
type
ProcessState
struct
{
40
}
41
42
func
(p *ProcessState) String() string {
43
return
""
// TODO
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected