Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1466
inline void CallExpr::set_args(std::vector<Expr> args) {
1467
args_ = std::move(args);
1468
}
1469
1470
inline void CallExpr::set_args(absl::Span<Expr> args) {
1471
args_.clear();
Callers
2
NewCall
Method · 0.80
NewMemberCall
Method · 0.80
Calls
2
clear
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected