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

Function TrueValue

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

Source from the content-addressed store, hash-verified

105inline BoolValue FalseValue() noexcept { return BoolValue(false); }
106
107inline BoolValue TrueValue() noexcept { return BoolValue(true); }
108
109} // namespace cel
110

Callers 15

ContainsMethod · 0.85
OptionalValueEqualFunction · 0.85
FindMethod · 0.85
CustomMapValueTestClass · 0.85
StructValueEqualFunction · 0.85
ListValueEqualFunction · 0.85
GetMethod · 0.85
CustomListValueTestClass · 0.85
TEST_FFunction · 0.85
MapValueEqualFunction · 0.85
ContainsMethod · 0.85
GetFieldByNameMethod · 0.85

Calls 1

BoolValueClass · 0.70

Tested by 6

FindMethod · 0.68
GetMethod · 0.68
TEST_FFunction · 0.68
GetFieldByNameMethod · 0.68
GetFieldByNumberMethod · 0.68
TEST_FFunction · 0.68