MCPcopy Create free account
hub / github.com/ElementsProject/elements / UnrefEntry

Function UnrefEntry

src/leveldb/db/table_cache.cc:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26static void UnrefEntry(void* arg1, void* arg2) {
27 Cache* cache = reinterpret_cast<Cache*>(arg1);
28 Cache::Handle* h = reinterpret_cast<Cache::Handle*>(arg2);
29 cache->Release(h);
30}
31
32TableCache::TableCache(const std::string& dbname, const Options& options,
33 int entries)

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected