Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_field
Method
set_field
common/expr.h:204–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void set_field(std::string field) { field_ = std::move(field); }
205
206
void set_field(absl::string_view field) {
207
field_.assign(field.data(), field.size());
Callers
15
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
RunExpression
Method · 0.80
TEST_F
Function · 0.80
TEST_P
Function · 0.80
NewSelect
Method · 0.80
NewPresenceTest
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
CopyNode
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
10
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
RunExpression
Method · 0.64
TEST_F
Function · 0.64
TEST_P
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64