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

Method List

store/engine/raft/node.go:429–431  ·  view source on GitHub ↗
(_ context.Context, prefix string)

Source from the content-addressed store, hash-verified

427}
428
429func (n *Node) List(_ context.Context, prefix string) ([]engine.Entry, error) {
430 return n.dataStore.List(prefix), nil
431}
432
433func (n *Node) applySnapshot(snapshot raftpb.Snapshot) error {
434 if raft.IsEmptySnap(snapshot) {

Callers

nothing calls this directly

Implementers 1

ClusterNodestore/cluster_node.go

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected