Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_target
Method
set_target
common/expr.h:1454–1456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1452
}
1453
1454
inline void CallExpr::set_target(Expr target) {
1455
mutable_target() = std::move(target);
1456
}
1457
1458
inline void CallExpr::set_target(std::unique_ptr<Expr> target) {
1459
target_ = std::move(target);
Callers
3
PostVisitRewrite
Method · 0.45
NewMemberCall
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36