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

Function WithSandboxStore

client/services.go:164–168  ·  view source on GitHub ↗

WithSandboxStore sets the sandbox store.

(client sandbox.Store)

Source from the content-addressed store, hash-verified

162
163// WithSandboxStore sets the sandbox store.
164func WithSandboxStore(client sandbox.Store) ServicesOpt {
165 return func(s *services) {
166 s.sandboxStore = client
167 }
168}
169
170// WithTransferService sets the transfer service.
171func WithTransferService(tr transfer.Transferrer) 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…