MCPcopy Create free account
hub / github.com/docker/cli / ContextStore

Struct ContextStore

cli/context/store/store.go:110–113  ·  view source on GitHub ↗

ContextStore implements Store.

Source from the content-addressed store, hash-verified

108
109// ContextStore implements Store.
110type ContextStore struct {
111 meta *metadataStore
112 tls *tlsStore
113}
114
115// List return all contexts.
116func (s *ContextStore) List() ([]Metadata, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected