MCPcopy
hub / github.com/containerd/containerd / convertClient

Struct convertClient

core/content/proxy/content_store.go:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242type convertClient struct {
243 contentapi.ContentClient
244}
245
246func (c convertClient) Info(ctx context.Context, req *contentapi.InfoRequest) (*contentapi.InfoResponse, error) {
247 return c.ContentClient.Info(ctx, req)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected