MCPcopy
hub / github.com/containerd/containerd / GetExitStatus

Method GetExitStatus

api/events/task.pb.go:399–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397}
398
399func (x *TaskExit) GetExitStatus() uint32 {
400 if x != nil {
401 return x.ExitStatus
402 }
403 return 0
404}
405
406func (x *TaskExit) GetExitedAt() *timestamppb.Timestamp {
407 if x != nil {

Callers 5

WaitMethod · 0.45
StateMethod · 0.45
DeleteMethod · 0.45
WaitMethod · 0.45
WaitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected