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

Method get_error_msg

src/applib/command_executor.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227std::string CommandExecutor::get_error_msg(bool with_header) const
228{
229 if (with_header)
230 return error_header_ + error_msg_;
231 return error_msg_;
232}
233
234
235

Callers 6

execute_tw_cliFunction · 0.80
execute_smartctlFunction · 0.80
execute_areca_cliFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected