Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ ID
Method
ID
client/task.go:240–242 ·
view source on GitHub ↗
ID of the task
()
Source
from the content-addressed store, hash-verified
238
239
// ID of the task
240
func
(t *task) ID() string {
241
return
t.id
242
}
243
244
// Pid returns the pid or process id for the task
245
func
(t *task) Pid() uint32 {
Callers
10
Start
Method · 0.95
Kill
Method · 0.95
Pause
Method · 0.95
Resume
Method · 0.95
Wait
Method · 0.95
Delete
Method · 0.95
Exec
Method · 0.95
CloseIO
Method · 0.95
Resize
Method · 0.95
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected