MCPcopy 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
45func (o OnBoolean) IsFalse() bool {
46 return o.Equals(false)
47}

Callers 2

ExampleBooleanFunction · 0.80

Calls 1

EqualsMethod · 0.95

Tested by 2

ExampleBooleanFunction · 0.64