Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetExportTestCases
Function · 0.80
ParseContainerConfig
Function · 0.80
env_test.cc
File · 0.80
Calls
no outgoing calls
Tested by
1
GetExportTestCases
Function · 0.64