MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / SetContainerConfig

Method SetContainerConfig

env/config.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 };
41
42 void SetContainerConfig(ContainerConfig container_config) {
43 container_config_ = std::move(container_config);
44 }
45
46 const ContainerConfig& GetContainerConfig() const {
47 return container_config_;

Callers 3

GetExportTestCasesFunction · 0.80
ParseContainerConfigFunction · 0.80
env_test.ccFile · 0.80

Calls

no outgoing calls

Tested by 1

GetExportTestCasesFunction · 0.64