Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_expr
Method
set_expr
common/expr.h:1513–1515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1511
}
1512
1513
inline void ListExprElement::set_expr(Expr expr) {
1514
mutable_expr() = std::move(expr);
1515
}
1516
1517
inline void ListExprElement::set_expr(std::unique_ptr<Expr> expr) {
1518
expr_ = std::move(expr);
Callers
7
BuildMacroCallArg
Method · 0.80
NewListElement
Method · 0.80
MakeListExprElement
Function · 0.80
TEST
Function · 0.80
MakeSelectPathExpr
Function · 0.80
NextListExprElement
Method · 0.80
AssertValue
Method · 0.80
Calls
no outgoing calls
Tested by
3
MakeListExprElement
Function · 0.64
TEST
Function · 0.64
NextListExprElement
Method · 0.64