Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
bool Value::IsZeroValue() const {
279
return variant_.Visit([](const auto& alternative) -> bool {
280
return alternative.IsZeroValue();
281
});
282
}
283
284
namespace {
285
Callers
1
OptionalOfNonZeroValue
Function · 0.45
Calls
1
Visit
Method · 0.45
Tested by
no test coverage detected