MCPcopy 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
240func (t *task) ID() string {
241 return t.id
242}
243
244// Pid returns the pid or process id for the task
245func (t *task) Pid() uint32 {

Callers 10

StartMethod · 0.95
KillMethod · 0.95
PauseMethod · 0.95
ResumeMethod · 0.95
WaitMethod · 0.95
DeleteMethod · 0.95
ExecMethod · 0.95
CloseIOMethod · 0.95
ResizeMethod · 0.95
UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected