Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ getReadCount
Method
getReadCount
c++/test/TestReader.cc:1132–1134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1130
}
1131
1132
uint64_t getReadCount() const {
1133
return readCount_.load(std::memory_order_relaxed);
1134
}
1135
1136
void resetReadCount() {
1137
readCount_.store(0, std::memory_order_relaxed);
Callers
1
TEST
Function · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected