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

Method set_result

common/expr.h:1300–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300inline void ComprehensionExpr::set_result(Expr result) {
1301 mutable_result() = std::move(result);
1302}
1303
1304inline void ComprehensionExpr::set_result(std::unique_ptr<Expr> result) {
1305 result_ = std::move(result);

Callers 5

TESTFunction · 0.45
NewComprehensionMethod · 0.45
FunctionDeclFromProtoFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36