MCPcopy 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

30class 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

GetExportTestCasesFunction · 0.80
ParseNameFunction · 0.80

Calls

no outgoing calls

Tested by 1

GetExportTestCasesFunction · 0.64