MCPcopy 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
42func (a *Int64) Decr() int64 {
43 return a.Add(-1)
44}

Callers 2

decrSessionsFunction · 0.80
newSlotActionExecutorMethod · 0.80

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected