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

Method IsReady

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

Source from the content-addressed store, hash-verified

34
35type Store interface {
36 IsReady(ctx context.Context) bool
37
38 ListNamespace(ctx context.Context) ([]string, error)
39 CreateNamespace(ctx context.Context, ns string) error

Callers 2

IsReadyMethod · 0.65
StartMethod · 0.65

Implementers 1

ClusterStorestore/store.go

Calls

no outgoing calls

Tested by

no test coverage detected