MCPcopy 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
1454inline void CallExpr::set_target(Expr target) {
1455 mutable_target() = std::move(target);
1456}
1457
1458inline void CallExpr::set_target(std::unique_ptr<Expr> target) {
1459 target_ = std::move(target);

Callers 3

PostVisitRewriteMethod · 0.45
NewMemberCallMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36