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

Method IsZeroValue

common/value.cc:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool Value::IsZeroValue() const {
279 return variant_.Visit([](const auto& alternative) -> bool {
280 return alternative.IsZeroValue();
281 });
282}
283
284namespace {
285

Callers 1

OptionalOfNonZeroValueFunction · 0.45

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected