Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ NativeValue
Function
NativeValue
common/values/error_value.h:120–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
ABSL_DEPRECATED(
"Use ToStatus()"
)
120
absl::Status NativeValue() const& { return ToStatus(); }
121
122
ABSL_DEPRECATED(
"Use ToStatus()"
)
123
absl::Status NativeValue() && { return std::move(*this).ToStatus(); }
Callers
15
IsZeroValue
Method · 0.70
DebugString
Method · 0.70
SerializeTo
Method · 0.70
ConvertToJson
Method · 0.70
Equal
Method · 0.70
DebugString
Method · 0.70
SerializeTo
Method · 0.70
ConvertToJson
Method · 0.70
Equal
Method · 0.70
ConvertToJson
Method · 0.70
Equal
Method · 0.70
Size
Method · 0.70
Calls
1
ToStatus
Method · 0.45
Tested by
no test coverage detected