Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_iter_var
Method
set_iter_var
common/expr.h:695–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
}
694
695
void set_iter_var(std::string iter_var) { iter_var_ = std::move(iter_var); }
696
697
void set_iter_var(absl::string_view iter_var) {
698
iter_var_.assign(iter_var.data(), iter_var.size());
Callers
8
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
NewComprehension
Method · 0.80
TEST
Function · 0.80
CopyNode
Function · 0.80
ComprehensionExprToProto
Method · 0.80
ComprehensionExprFromProto
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
4
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64