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

Method AddEnvironment

system/process/sub_process.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void SubProcess::CreateOptions::AddEnvironment(const char* name, const char* value)
50{
51 m_envs[name] = value;
52}
53
54void SubProcess::CreateOptions::RedirectStdInput(int fd)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected