Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ BoolValue
Class
BoolValue
common/values/bool_value.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
class Value;
38
class BoolValue;
39
40
// `BoolValue` represents values of the primitive `bool` type.
41
class BoolValue final : private common_internal::ValueMixin<BoolValue> {
Callers
2
FalseValue
Function · 0.70
TrueValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected