Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ Incr
Method
Incr
pkg/utils/sync2/atomic2/atomic64.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(a *Int64) Incr() int64 {
39
return
a.Add(1)
40
}
41
42
func
(a *Int64) Decr() int64 {
43
return
a.Add(-1)
Callers
8
init
Function · 0.95
Subscribe
Method · 0.95
init
Function · 0.95
incrSessions
Function · 0.45
incrOpTotal
Method · 0.45
incrOpStats
Method · 0.45
incrOpFails
Method · 0.45
newSlotActionExecutor
Method · 0.45
Calls
1
Add
Method · 0.95
Tested by
no test coverage detected