Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
inline BoolValue FalseValue() noexcept { return BoolValue(false); }
106
107
inline BoolValue TrueValue() noexcept { return BoolValue(true); }
108
109
} // namespace cel
110
Callers
15
Contains
Method · 0.85
OptionalValueEqual
Function · 0.85
Find
Method · 0.85
CustomMapValueTest
Class · 0.85
StructValueEqual
Function · 0.85
ListValueEqual
Function · 0.85
Get
Method · 0.85
CustomListValueTest
Class · 0.85
TEST_F
Function · 0.85
MapValueEqual
Function · 0.85
Contains
Method · 0.85
GetFieldByName
Method · 0.85
Calls
1
BoolValue
Class · 0.70
Tested by
6
Find
Method · 0.68
Get
Method · 0.68
TEST_F
Function · 0.68
GetFieldByName
Method · 0.68
GetFieldByNumber
Method · 0.68
TEST_F
Function · 0.68