MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / IsReady

Method IsReady

store/store.go:71–73  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

69}
70
71func (s *ClusterStore) IsReady(ctx context.Context) bool {
72 return s.e.IsReady(ctx)
73}
74
75// ListNamespace return the list of name of all namespaces
76func (s *ClusterStore) ListNamespace(ctx context.Context) ([]string, error) {

Callers

nothing calls this directly

Calls 1

IsReadyMethod · 0.65

Tested by

no test coverage detected