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

Method BoolValue

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

Source from the content-addressed store, hash-verified

43 static constexpr ValueKind kKind = ValueKind::kBool;
44
45 BoolValue() = default;
46 BoolValue(const BoolValue&) = default;
47 BoolValue(BoolValue&&) = default;
48 BoolValue& operator=(const BoolValue&) = default;

Callers 3

ToJsonMethod · 0.80
SetSingularFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected