MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / FalseValue

Function FalseValue

common/values/bool_value.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105inline BoolValue FalseValue() noexcept { return BoolValue(false); }
106
107inline BoolValue TrueValue() noexcept { return BoolValue(true); }
108

Callers 15

ContainsMethod · 0.85
EqualMethod · 0.85
ContainsMethod · 0.85
EqualMethod · 0.85
EqualMethod · 0.85
OptionalValueEqualFunction · 0.85
EqualMethod · 0.85
EqualMethod · 0.85
StructValueEqualFunction · 0.85
EqualMethod · 0.85
ListValueEqualFunction · 0.85
EqualMethod · 0.85

Calls 1

BoolValueClass · 0.70

Tested by 1

TEST_FFunction · 0.68