MCPcopy
hub / github.com/containerd/containerd / memoryStatusTracker

Struct memoryStatusTracker

core/remotes/docker/status.go:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type memoryStatusTracker struct {
66 statuses map[string]Status
67 m sync.Mutex
68 locker *locker.Locker
69}
70
71// NewInMemoryTracker returns a StatusTracker that tracks content status in-memory
72func NewInMemoryTracker() StatusTrackLocker {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected