Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ cwd
Method
cwd
cpp-subprocess/subprocess.hpp:868–868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
866
struct cwd
867
{
868
explicit cwd(const platform_str_t &cwd): cwd_(cwd) {}
869
explicit cwd(platform_str_t &&cwd): cwd_(std::move(cwd)) {}
870
platform_str_t cwd_;
871
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected