MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ExprValueFromProto

Function ExprValueFromProto

common/ast_proto.cc:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56using ExtensionPb = cel::expr::SourceInfo::Extension;
57
58absl::StatusOr<Expr> ExprValueFromProto(const ExprPb& expr) {
59 Expr result;
60 CEL_RETURN_IF_ERROR(ExprFromProto(expr, result));
61 return result;
62}
63
64absl::StatusOr<SourceInfo> ConvertProtoSourceInfoToNative(
65 const cel::expr::SourceInfo& source_info) {

Callers 1

Calls 1

ExprFromProtoFunction · 0.85

Tested by

no test coverage detected