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

Method SetWorkDirectory

system/process/sub_process.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void SubProcess::CreateOptions::SetWorkDirectory(const std::string& cwd)
75{
76 m_cwd = cwd;
77}
78
79void SubProcess::CreateOptions::CloseFds()
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected