Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getCurChunk
Method
getCurChunk
lib/cpp/src/thrift/transport/TFileTransport.cpp:882–884 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
}
881
882
uint32_t TFileTransport::getCurChunk() {
883
return static_cast<uint32_t>(offset_ / chunkSize_);
884
}
885
886
// Utility Functions
887
void TFileTransport::openLogFile() {
Callers
1
processChunk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected