Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
std::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_cli
Function · 0.80
execute_smartctl
Function · 0.80
get_scan_open_multiport_devices
Function · 0.80
execute_areca_cli
Function · 0.80
main
Function · 0.80
check_smartctl_version_and_set_format
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected