Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_name
Method
set_name
common/reference.h:130–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void set_name(std::string name) { name_ = std::move(name); }
131
132
void set_name(absl::string_view name) {
133
name_.assign(name.data(), name.size());
Callers
3
MakeVariableReference
Function · 0.45
MakeConstantVariableReference
Function · 0.45
MakeFunctionReference
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected