MCPcopy
hub / github.com/containerd/containerd / proxySnapshotter

Struct proxySnapshotter

core/snapshots/proxy/proxy.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type proxySnapshotter struct {
41 client snapshotsapi.SnapshotsClient
42 snapshotterName string
43}
44
45func (p *proxySnapshotter) Stat(ctx context.Context, key string) (snapshots.Info, error) {
46 resp, err := p.client.Stat(ctx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected