MCPcopy Create free account
hub / github.com/acl-dev/acl / get_last_serror

Method get_last_serror

lib_acl_cpp/src/hsocket/hsclient.cpp:446–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446const char* hsclient::get_last_serror(void) const
447{
448 if (error_ == 0) {
449 return dummy_ok;
450 }
451 const char* ptr = hserror::get_serror(error_);
452 if (ptr != dummy_unknown) {
453 return ptr;
454 }
455 return serror_;
456}
457
458const char* hsclient::get_addr(void) const
459{

Callers 5

hs_insertFunction · 0.80
hs_findFunction · 0.80
hs_find2Function · 0.80
hs_updateFunction · 0.80
hspool_updateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected