Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ process
Struct
process
client/process.go:105–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
type
process
struct
{
106
id string
107
task *task
108
pid uint32
109
io cio.IO
110
}
111
112
func
(p *process) ID() string {
113
return
p.id
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected