MCPcopy Index your code
hub / github.com/containerd/containerd / convertClient

Struct convertClient

core/mount/proxy/proxy.go:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143type convertClient struct {
144 mounts.MountsClient
145}
146
147func (cc convertClient) Activate(ctx context.Context, req *mounts.ActivateRequest) (*mounts.ActivateResponse, error) {
148 return cc.MountsClient.Activate(ctx, req)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected