MCPcopy
hub / github.com/istio/istio / Store

Struct Store

pilot/pkg/config/memory/store.go:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type Store struct {
106 schemas collection.Schemas
107 data map[config.GroupVersionKind]kindStore
108 skipValidation bool
109 syncer *syncer
110 stop chan struct{}
111}
112
113func (cr *Store) hasSynced() bool {
114 for _, data := range cr.data {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected