Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ size
Method
size
src/ifcparse/FileReader.cpp:284–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
size_t FileReader::tell() const { return cursor_; }
283
284
size_t FileReader::size() const { return impl_->size(); }
285
286
char FileReader::peek() const {
287
if (cursor_ >= impl_->size()) throw std::out_of_range(
"peek at EOF"
);
Callers
13
size
Method · 0.45
get
Method · 0.45
get
Method · 0.45
PagedFileImpl
Class · 0.45
MMapImpl
Method · 0.45
size
Method · 0.45
dropPages
Method · 0.45
get
Method · 0.45
pushNextPage
Method · 0.45
seek
Method · 0.45
peek
Method · 0.45
increment
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected