Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
type
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
IsReady
Method · 0.65
Start
Method · 0.65
Implementers
1
ClusterStore
store/store.go
Calls
no outgoing calls
Tested by
no test coverage detected