MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / size

Method size

src/ifcparse/FileReader.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 fclose(stream);
54 }
55 size_t size() const override { return buf_.size(); }
56 char get(size_t pos) const override {
57 if (pos >= buf_.size()) throw std::out_of_range("get out of range");
58 return buf_[pos];

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected