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