MCPcopy Create free account
hub / github.com/apache/impala / ~LibCacheEntryHandle

Method ~LibCacheEntryHandle

be/src/runtime/lib-cache.cc:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138LibCacheEntryHandle::~LibCacheEntryHandle() {
139 if (entry_ != nullptr) LibCache::instance()->DecrementUseCount(entry_);
140}
141
142Status LibCache::GetSoFunctionPtr(const string& hdfs_lib_file, const string& symbol,
143 time_t exp_mtime, void** fn_ptr, LibCacheEntry** ent, bool quiet) {

Callers

nothing calls this directly

Calls 1

DecrementUseCountMethod · 0.80

Tested by

no test coverage detected