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

Function WithLeasesService

client/services.go:150–154  ·  view source on GitHub ↗

WithLeasesService sets the lease service.

(leasesService leases.Manager)

Source from the content-addressed store, hash-verified

148
149// WithLeasesService sets the lease service.
150func WithLeasesService(leasesService leases.Manager) ServicesOpt {
151 return func(s *services) {
152 s.leasesService = leasesService
153 }
154}
155
156// WithIntrospectionService sets the introspection service.
157func WithIntrospectionService(in introspection.Service) 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…