MCPcopy Create free account
hub / github.com/ceph/ceph / ~MgrMapCache

Method ~MgrMapCache

src/mgr/MgrMapCache.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template<class Value>
36MgrMapCache<Value>::~MgrMapCache() {
37 g_conf().remove_observer(this);
38}
39
40template<class Value>
41bool LFUCache<Value>::extract(std::string_view k, Value* out) noexcept {

Callers

nothing calls this directly

Calls 2

clearMethod · 0.95
remove_observerMethod · 0.45

Tested by

no test coverage detected