MCPcopy
hub / github.com/containerd/containerd / SetStatus

Method SetStatus

core/remotes/docker/status.go:55–55  ·  view source on GitHub ↗
(string, Status)

Source from the content-addressed store, hash-verified

53type StatusTracker interface {
54 GetStatus(string) (Status, error)
55 SetStatus(string, Status)
56}
57
58// StatusTrackLocker to track status of operations with lock

Callers 8

PullMethod · 0.65
unpackMethod · 0.65
pushMethod · 0.65
replacePipeMethod · 0.65
WriteMethod · 0.65
CloseMethod · 0.65
CommitMethod · 0.65
SetStatusMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected