MCPcopy Create free account
hub / github.com/apache/impala / SetEntry

Method SetEntry

be/src/runtime/lib-cache.h:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224 LibCacheEntry* entry() const { return entry_; }
225 void SetEntry(LibCacheEntry* entry) {
226 if (entry_ != nullptr) LibCache::instance()->DecrementUseCount(entry);
227 entry_ = entry;
228 }
229
230 LibCacheEntry* entry_ = nullptr;
231

Callers 1

GetLocalPathMethod · 0.80

Calls 1

DecrementUseCountMethod · 0.80

Tested by

no test coverage detected