MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / set_option

Method set_option

cpp-subprocess/subprocess.hpp:1820–1822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1818namespace detail {
1819
1820 inline void ArgumentDeducer::set_option(executable&& exe) {
1821 popen_->exe_name_ = std::move(exe.arg_value);
1822 }
1823
1824 inline void ArgumentDeducer::set_option(cwd&& cwdir) {
1825 popen_->cwd_ = std::move(cwdir.cwd_);

Callers 1

init_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected