MCPcopy Create free account
hub / github.com/ashaduri/gsmartcontrol / get_stderr_str

Method get_stderr_str

src/applib/command_executor.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213std::string CommandExecutor::get_stderr_str(bool clear_existing)
214{
215 return cmdex_.get_stderr_str(clear_existing);
216}
217
218
219

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected