MCPcopy 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

282size_t FileReader::tell() const { return cursor_; }
283
284size_t FileReader::size() const { return impl_->size(); }
285
286char FileReader::peek() const {
287 if (cursor_ >= impl_->size()) throw std::out_of_range("peek at EOF");

Callers 13

sizeMethod · 0.45
getMethod · 0.45
getMethod · 0.45
PagedFileImplClass · 0.45
MMapImplMethod · 0.45
sizeMethod · 0.45
dropPagesMethod · 0.45
getMethod · 0.45
pushNextPageMethod · 0.45
seekMethod · 0.45
peekMethod · 0.45
incrementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected