Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
var
_ Engine = (*Mock)(nil)
31
32
type
Mock
struct
{
33
mu sync.Mutex
34
values
map
[string]string
35
}
36
37
func
NewMock() *Mock {
38
return
&Mock{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected