MCPcopy Create free account
hub / github.com/chen3feng/toft / SetEnvironments

Method SetEnvironments

system/process/sub_process.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void SubProcess::CreateOptions::SetEnvironments(const std::map<std::string, std::string>& envs)
44{
45 m_envs = envs;
46 m_replace_envs = true;
47}
48
49void SubProcess::CreateOptions::AddEnvironment(const char* name, const char* value)
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected