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

Method pushNextPage

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

Source from the content-addressed store, hash-verified

228 }
229
230 void pushNextPage(const std::string& data) override {
231 FileReader::Page p; p.data.assign(data.data(), data.data() + data.size());
232 pages_.push_back(std::move(p));
233 }
234};
235
236IfcParse::FileReader::FileReader(const std::string& fn)

Callers

nothing calls this directly

Calls 4

dataMethod · 0.80
push_backMethod · 0.80
assignMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected