Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ remove
Method
remove
lib_acl_cpp/src/session/memcache_session.cpp:75–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
bool memcache_session::remove(void)
76
{
77
const char* sid = get_sid();
78
if (sid == NULL || * sid == 0) {
79
return false;
80
}
81
82
return cache_->del(sid);
83
}
84
85
bool memcache_session::set_timeout(time_t ttl)
86
{
Callers
nothing calls this directly
Calls
2
get_sid
Function · 0.50
del
Method · 0.45
Tested by
no test coverage detected