MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / isValid

Method isValid

src/Interpreters/FileCache/LRUFileCachePriority.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733bool LRUFileCachePriority::LRUIterator::isValid(const CachePriorityGuard::WriteLock &) const
734{
735 return entry.lock() != nullptr && iterator != LRUQueue::iterator{};
736}
737
738void LRUFileCachePriority::LRUIterator::remove(const CachePriorityGuard::WriteLock & lock)
739{

Callers 15

updateImplMethod · 0.45
executeToDatabaseImplMethod · 0.45
restartReplicasMethod · 0.45
dropReplicaMethod · 0.45
restartDiskMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected