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

Function WithIntrospectionService

client/services.go:157–161  ·  view source on GitHub ↗

WithIntrospectionService sets the introspection service.

(in introspection.Service)

Source from the content-addressed store, hash-verified

155
156// WithIntrospectionService sets the introspection service.
157func WithIntrospectionService(in introspection.Service) ServicesOpt {
158 return func(s *services) {
159 s.introspectionService = in
160 }
161}
162
163// WithSandboxStore sets the sandbox store.
164func WithSandboxStore(client sandbox.Store) 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…