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

Method IfcFile

src/ifcparse/IfcParse.cpp:1185–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183//
1184#ifdef USE_MMAP
1185IfcFile::IfcFile(const std::string& fn, bool mmap) {
1186 initialize(fn, mmap);
1187}
1188
1189bool IfcParse::IfcFile::initialize(const std::string& fn, bool mmap) {
1190 std::unique_ptr<FileReader> s;

Callers

nothing calls this directly

Calls 5

resizeMethod · 0.80
dataMethod · 0.80
read_from_streamMethod · 0.80
readMethod · 0.45
pushNextPageMethod · 0.45

Tested by

no test coverage detected