Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ IsFalse
Method
IsFalse
core/assert/boolean.go:45–47 ·
view source on GitHub ↗
IsFalse asserts that the supplied boolean is false
()
Source
from the content-addressed store, hash-verified
43
44
// IsFalse asserts that the supplied boolean is false
45
func
(o OnBoolean) IsFalse() bool {
46
return
o.Equals(false)
47
}
Callers
2
ExampleBoolean
Function · 0.80
checkDependenciesArePresent
Method · 0.80
Calls
1
Equals
Method · 0.95
Tested by
2
ExampleBoolean
Function · 0.64
checkDependenciesArePresent
Method · 0.64