MCPcopy Index your code
hub / github.com/CodisLabs/codis / Len

Method Len

pkg/proxy/stats.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112type sliceOpStats []*OpStats
113
114func (s sliceOpStats) Len() int {
115 return len(s)
116}
117
118func (s sliceOpStats) Swap(i, j int) {
119 s[i], s[j] = s[j], s[i]

Callers 8

LpushMethod · 0.45
LpopMethod · 0.45
CloseMethod · 0.45
CleanupMethod · 0.45
getClientFromCacheMethod · 0.45
initFunction · 0.45
newBenchmarkDecoderFunction · 0.45
refillCacheMethod · 0.45

Calls

no outgoing calls

Tested by 1

newBenchmarkDecoderFunction · 0.36