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

Function WithTransferService

client/services.go:171–175  ·  view source on GitHub ↗

WithTransferService sets the transfer service.

(tr transfer.Transferrer)

Source from the content-addressed store, hash-verified

169
170// WithTransferService sets the transfer service.
171func WithTransferService(tr transfer.Transferrer) ServicesOpt {
172 return func(s *services) {
173 s.transferService = tr
174 }
175}
176
177// WithMountManager sets the mount manager.
178func WithMountManager(mm mount.Manager) ServicesOpt {

Callers 1

WithInMemoryServicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…