Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_id
Method
set_id
common/decl.h:151–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void set_id(std::string id) { id_ = std::move(id); }
152
153
void set_id(absl::string_view id) { id_.assign(id.data(), id.size()); }
154
Callers
2
MakeOverloadDecl
Function · 0.45
MakeMemberOverloadDecl
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected