Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsZeroValue
Method
IsZeroValue
common/values/int_value.h:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
using ValueMixin::Equal;
79
80
bool IsZeroValue() const { return NativeValue() == 0; }
81
82
int64_t NativeValue() const { return static_cast<int64_t>(*this); }
83
Callers
nothing calls this directly
Calls
1
NativeValue
Function · 0.70
Tested by
no test coverage detected