MCPcopy 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
882uint32_t TFileTransport::getCurChunk() {
883 return static_cast<uint32_t>(offset_ / chunkSize_);
884}
885
886// Utility Functions
887void TFileTransport::openLogFile() {

Callers 1

processChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected