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

Struct Mock

store/engine/engine_inmemory.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30var _ Engine = (*Mock)(nil)
31
32type Mock struct {
33 mu sync.Mutex
34 values map[string]string
35}
36
37func NewMock() *Mock {
38 return &Mock{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected