MCPcopy
hub / github.com/containerd/containerd / ListStatuses

Method ListStatuses

core/content/proxy/content_store.go:286–288  ·  view source on GitHub ↗
(ctx context.Context, req *contentapi.ListStatusesRequest)

Source from the content-addressed store, hash-verified

284}
285
286func (c convertClient) ListStatuses(ctx context.Context, req *contentapi.ListStatusesRequest) (*contentapi.ListStatusesResponse, error) {
287 return c.ContentClient.ListStatuses(ctx, req)
288}
289
290type convertWriteClient struct {
291 contentapi.Content_WriteClient

Callers

nothing calls this directly

Calls 1

ListStatusesMethod · 0.65

Tested by

no test coverage detected