MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / read

Method read

src/airflow/contam/PrjModel.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 bool IndexModel::read(openstudio::path path) {
42 return m_impl->read(openstudio::toString(path));
43 }
44
45 bool IndexModel::read(std::string filename) {
46 return m_impl->read(filename);

Callers 14

clean_existing.rbFile · 0.45
test_file_readMethod · 0.45
IndexModelMethod · 0.45
translateModelMethod · 0.45
readSectionVectorMethod · 0.45
parseVersionBuildMethod · 0.45
toStringFunction · 0.45
checksumFunction · 0.45
readFunction · 0.45
addFileMethod · 0.45

Calls 1

toStringFunction · 0.50

Tested by 2

test_file_readMethod · 0.36