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

Method last_serror

lib_acl_cpp/src/memcache/memcache.cpp:494–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494const char* memcache::last_serror(void) const
495{
496 static const char* dummy = "ok";
497
498 if (ebuf_.empty()) {
499 return dummy;
500 }
501 return ebuf_.c_str();
502}
503
504int memcache::last_error(void) const
505{

Callers 1

setFunction · 0.45

Calls 2

emptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected