Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ IsFalse
Method
IsFalse
pkg/utils/sync2/atomic2/bool.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(b *Bool) IsFalse() bool {
19
return
b.c.Int64() == 0
20
}
21
22
func
(b *Bool) toInt64(v bool) int64 {
23
if
v {
Callers
3
KeepAlive
Method · 0.80
run
Method · 0.80
delayBeforeRetry
Method · 0.80
Calls
1
Int64
Method · 0.45
Tested by
no test coverage detected