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

Method set_args

common/expr.h:1466–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466inline void CallExpr::set_args(std::vector<Expr> args) {
1467 args_ = std::move(args);
1468}
1469
1470inline void CallExpr::set_args(absl::Span<Expr> args) {
1471 args_.clear();

Callers 2

NewCallMethod · 0.80
NewMemberCallMethod · 0.80

Calls 2

clearMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected