Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ close
Method
close
lib_acl_cpp/src/memcache/memcache.cpp:89–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void memcache::close(void)
90
{
91
if (!opened_) {
92
return;
93
}
94
95
delete conn_;
96
conn_ = NULL;
97
opened_ = false;
98
}
99
100
bool memcache::open(void)
101
{
Callers
3
close_all_listener
Function · 0.45
parse
Method · 0.45
mime_node_dump
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected