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

Method Info

core/mount/proxy/proxy.go:155–157  ·  view source on GitHub ↗
(ctx context.Context, req *mounts.InfoRequest)

Source from the content-addressed store, hash-verified

153}
154
155func (cc convertClient) Info(ctx context.Context, req *mounts.InfoRequest) (*mounts.InfoResponse, error) {
156 return cc.MountsClient.Info(ctx, req)
157}
158
159func (cc convertClient) Update(ctx context.Context, req *mounts.UpdateRequest) (*mounts.UpdateResponse, error) {
160 return cc.MountsClient.Update(ctx, req)

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected