Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ GetStatus
Method
GetStatus
core/remotes/docker/status.go:54–54 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
52
// StatusTracker to track status of operations
53
type
StatusTracker
interface
{
54
GetStatus(string) (Status, error)
55
SetStatus(string, Status)
56
}
57
Callers
9
Test_dockerPusher_push
Function · 0.65
push
Method · 0.65
replacePipe
Method · 0.65
Write
Method · 0.65
Close
Method · 0.65
Status
Method · 0.65
Commit
Method · 0.65
State
Method · 0.65
status
Method · 0.65
Calls
no outgoing calls
Tested by
1
Test_dockerPusher_push
Function · 0.52