Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
494
const 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
504
int memcache::last_error(void) const
505
{
Callers
1
set
Function · 0.45
Calls
2
empty
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected