Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_name
Method
set_name
common/decl.h:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void set_name(std::string name) { name_ = std::move(name); }
59
60
void set_name(absl::string_view name) {
61
name_.assign(name.data(), name.size());
Callers
3
MakeVariableDecl
Function · 0.45
MakeConstantVariableDecl
Function · 0.45
MakeFunctionDecl
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected