Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ SetName
Method
SetName
env/config.h:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
class Config {
31
public:
32
void SetName(std::string name) { name_ = std::move(name); }
33
std::string GetName() const { return name_; }
34
35
struct ContainerConfig {
Callers
2
GetExportTestCases
Function · 0.80
ParseName
Function · 0.80
Calls
no outgoing calls
Tested by
1
GetExportTestCases
Function · 0.64