MCPcopy 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
75bool 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
85bool memcache_session::set_timeout(time_t ttl)
86{

Callers

nothing calls this directly

Calls 2

get_sidFunction · 0.50
delMethod · 0.45

Tested by

no test coverage detected