Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bradfitz/gomemcache
/ testServer
Struct
testServer
memcache/fakeserver_test.go:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
)
33
34
type
testServer
struct
{
35
mu sync.Mutex
36
m
map
[string]serverItem
37
nextCas uint64
38
}
39
40
type
serverItem
struct
{
41
flags uint32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected