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

Method ExistsNamespace

store/store.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, ns string)

Source from the content-addressed store, hash-verified

38 ListNamespace(ctx context.Context) ([]string, error)
39 CreateNamespace(ctx context.Context, ns string) error
40 ExistsNamespace(ctx context.Context, ns string) (bool, error)
41 RemoveNamespace(ctx context.Context, ns string) error
42
43 ListCluster(ctx context.Context, ns string) ([]string, error)

Callers 2

RequiredNamespaceFunction · 0.65
ExistsMethod · 0.65

Implementers 1

ClusterStorestore/store.go

Calls

no outgoing calls

Tested by

no test coverage detected