Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
112
type
sliceOpStats []*OpStats
113
114
func
(s sliceOpStats) Len() int {
115
return
len(s)
116
}
117
118
func
(s sliceOpStats) Swap(i, j int) {
119
s[i], s[j] = s[j], s[i]
Callers
8
Lpush
Method · 0.45
Lpop
Method · 0.45
Close
Method · 0.45
Cleanup
Method · 0.45
getClientFromCache
Method · 0.45
init
Function · 0.45
newBenchmarkDecoder
Function · 0.45
refillCache
Method · 0.45
Calls
no outgoing calls
Tested by
1
newBenchmarkDecoder
Function · 0.36