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

Class shell

cpp-subprocess/subprocess.hpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828};
829
830struct shell {
831 explicit shell(bool s): shell_(s) {}
832 bool shell_ = false;
833};
834
835/*!
836 * Base class for all arguments involving string value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected