Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_name
Method
set_name
common/ast/metadata.h:762–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
Reference& operator=(Reference&&) = default;
761
762
void set_name(std::string name) { name_ = std::move(name); }
763
764
void set_overload_id(std::vector<std::string> overload_id) {
765
overload_id_ = std::move(overload_id);
Callers
7
TEST
Function · 0.45
TEST
Function · 0.45
SetUp
Method · 0.45
IdentExprToProto
Method · 0.45
IdentExprFromProto
Method · 0.45
StructExprFromProto
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
SetUp
Method · 0.36
TEST
Function · 0.36