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

Method completedSuccessfully

src/energyplus/ErrorFile.cpp:42–44  ·  view source on GitHub ↗

completed successfully

Source from the content-addressed store, hash-verified

40
41 /// completed successfully
42 bool ErrorFile::completedSuccessfully() const {
43 return m_completedSuccessfully;
44 }
45
46 void ErrorFile::parse(openstudio::filesystem::ifstream& is) {
47 std::string line;

Callers 2

TEST_FFunction · 0.80
runEnergyPlusMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64