MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / ~CacheCluster

Method ~CacheCluster

example/cacheCluster/cacheCluster.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29CacheCluster::~CacheCluster() {
30 if (_ring != NULL) {
31 ch_ring_destroy_ring(_ring);
32 }
33}
34} // namespace CDNSimulator

Callers

nothing calls this directly

Calls 1

ch_ring_destroy_ringFunction · 0.85

Tested by

no test coverage detected