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

Function ExprFromAny

parser/parser.cc:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Expr ExprFromAny(std::any&& any) {
105 auto expr = ExprPtrFromAny(std::move(any));
106 return std::move(*expr);
107}
108
109struct ParserError {
110 std::string message;

Callers 14

visitExprMethod · 0.85
visitConditionalOrMethod · 0.85
visitConditionalAndMethod · 0.85
visitRelationMethod · 0.85
visitCalcMethod · 0.85
visitLogicalNotMethod · 0.85
visitNegateMethod · 0.85
visitSelectMethod · 0.85
visitMemberCallMethod · 0.85
visitIndexMethod · 0.85
visitFieldsMethod · 0.85
visitListMethod · 0.85

Calls 1

ExprPtrFromAnyFunction · 0.85

Tested by

no test coverage detected