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

Method entry

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

Source from the content-addressed store, hash-verified

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

Callers 1

GetLocalPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected