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

Function CreateAstFromParsedExpr

extensions/protobuf/ast_converters.h:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// fields).
32ABSL_DEPRECATED("Use cel::CreateAstFromParsedExpr instead.")
33inline absl::StatusOr<std::unique_ptr<Ast>> CreateAstFromParsedExpr(
34 const cel::expr::Expr& expr,
35 const cel::expr::SourceInfo* source_info = nullptr) {
36 return cel::CreateAstFromParsedExpr(expr, source_info);
37}
38
39ABSL_DEPRECATED("Use cel::CreateAstFromParsedExpr instead.")
40inline absl::StatusOr<std::unique_ptr<Ast>> CreateAstFromParsedExpr(

Callers 5

ParseFromCelFunction · 0.50
TEST_FFunction · 0.50
CreateExpressionMethod · 0.50
ParseTestProtoFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 4

ParseFromCelFunction · 0.40
TEST_FFunction · 0.40
ParseTestProtoFunction · 0.40
TEST_FFunction · 0.40