Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ Decr
Method
Decr
pkg/utils/sync2/atomic2/atomic64.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(a *Int64) Decr() int64 {
43
return
a.Add(-1)
44
}
Callers
2
decrSessions
Function · 0.80
newSlotActionExecutor
Method · 0.80
Calls
1
Add
Method · 0.95
Tested by
no test coverage detected