Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
Expr ExprFromAny(std::any&& any) {
105
auto expr = ExprPtrFromAny(std::move(any));
106
return std::move(*expr);
107
}
108
109
struct ParserError {
110
std::string message;
Callers
14
visitExpr
Method · 0.85
visitConditionalOr
Method · 0.85
visitConditionalAnd
Method · 0.85
visitRelation
Method · 0.85
visitCalc
Method · 0.85
visitLogicalNot
Method · 0.85
visitNegate
Method · 0.85
visitSelect
Method · 0.85
visitMemberCall
Method · 0.85
visitIndex
Method · 0.85
visitFields
Method · 0.85
visitList
Method · 0.85
Calls
1
ExprPtrFromAny
Function · 0.85
Tested by
no test coverage detected