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

Method set_option

test/test_main.cc:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void set_option(bufsize&& bufs) {
26 std::cout << "bufsize opt" << std::endl;
27 bufsiz_ = bufs.siz_;
28 }
29 void set_option(executable&& exe) {
30 std::cout << "exe opt" << std::endl;
31 exe_name_ = std::move(exe.exe_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected