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

Function NewNamespaceStoreFromClient

client/namespaces.go:31–33  ·  view source on GitHub ↗

NewNamespaceStoreFromClient returns a new namespace store

(client api.NamespacesClient)

Source from the content-addressed store, hash-verified

29
30// NewNamespaceStoreFromClient returns a new namespace store
31func NewNamespaceStoreFromClient(client api.NamespacesClient) namespaces.Store {
32 return &remoteNamespaces{client: client}
33}
34
35type remoteNamespaces struct {
36 client api.NamespacesClient

Callers 2

WithNamespaceClientFunction · 0.85
NamespaceServiceMethod · 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…