MCPcopy 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
58Value NumberToValue(CelNumber number) {
59 return number.visit<Value>(ToValueVisitor{});
60}
61
62absl::StatusOr<CelNumber> ValueToNumber(const Value& value,
63 absl::string_view function) {

Callers 5

MinValueFunction · 0.85
IdentityFunction · 0.85
MinListFunction · 0.85
MaxValueFunction · 0.85
MaxListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected