MCPcopy 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
89void memcache::close(void)
90{
91 if (!opened_) {
92 return;
93 }
94
95 delete conn_;
96 conn_ = NULL;
97 opened_ = false;
98}
99
100bool memcache::open(void)
101{

Callers 3

close_all_listenerFunction · 0.45
parseMethod · 0.45
mime_node_dumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected