MCPcopy
hub / github.com/containerd/containerd / Status

Method Status

core/content/content.go:162–162  ·  view source on GitHub ↗

Status returns the current state of write

()

Source from the content-addressed store, hash-verified

160
161 // Status returns the current state of write
162 Status() (Status, error)
163
164 // Truncate updates the size of the target blob
165 Truncate(size int64) error

Callers 15

statusFuzzFunction · 0.65
FuzzContentStoreFunction · 0.65
criRuntimeInfoFunction · 0.65
isReadyMethod · 0.65
TestContainerExitedAtSetFunction · 0.65
testRestartMonitorAlwaysFunction · 0.65
TestIssue9103Function · 0.65

Implementers 5

pushWritercore/remotes/docker/pusher.go
namespacedWritercore/metadata/content.go
fakeWritercore/content/helpers_test.go
remoteWritercore/content/proxy/content_writer.go
writerplugins/content/local/writer.go

Calls

no outgoing calls

Tested by 15

statusFuzzFunction · 0.52
FuzzContentStoreFunction · 0.52
criRuntimeInfoFunction · 0.52
isReadyMethod · 0.52
TestContainerExitedAtSetFunction · 0.52
testRestartMonitorAlwaysFunction · 0.52
TestIssue9103Function · 0.52