Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ NumberToValue
Function
NumberToValue
extensions/math_ext.cc:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
};
57
58
Value NumberToValue(CelNumber number) {
59
return number.visit<Value>(ToValueVisitor{});
60
}
61
62
absl::StatusOr<CelNumber> ValueToNumber(const Value& value,
63
absl::string_view function) {
Callers
5
MinValue
Function · 0.85
Identity
Function · 0.85
MinList
Function · 0.85
MaxValue
Function · 0.85
MaxList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected