MCPcopy 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
37class Value;
38class BoolValue;
39
40// `BoolValue` represents values of the primitive `bool` type.
41class BoolValue final : private common_internal::ValueMixin<BoolValue> {

Callers 2

FalseValueFunction · 0.70
TrueValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected