Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ read_count
Method
read_count
cpp/src/arrow/io/memory_test.cc:740–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
738
return BufferReader::ReadAsync(context, position, nbytes);
739
}
740
int64_t read_count() const { return read_count_; }
741
742
private:
743
int64_t read_count_ = 0;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected