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

Method Update

core/mount/proxy/proxy.go:159–161  ·  view source on GitHub ↗
(ctx context.Context, req *mounts.UpdateRequest)

Source from the content-addressed store, hash-verified

157}
158
159func (cc convertClient) Update(ctx context.Context, req *mounts.UpdateRequest) (*mounts.UpdateResponse, error) {
160 return cc.MountsClient.Update(ctx, req)
161}
162
163func (cc convertClient) List(ctx context.Context, req *mounts.ListRequest) (mounts.TTRPCMounts_ListClient, error) {
164 return cc.MountsClient.List(ctx, req)

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected