Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void SubProcess::CreateOptions::SetWorkDirectory(const std::string& cwd)
75
{
76
m_cwd = cwd;
77
}
78
79
void SubProcess::CreateOptions::CloseFds()
80
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected