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

Method registerInfo

src/measure/OSRunner.cpp:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 bool OSRunner::registerInfo(const std::string& message) {
306 m_result.addStepInfo(message);
307 if (m_registerMsgAlsoLogs) {
308 LOG(Info, message);
309 }
310 return true;
311 }
312
313 void OSRunner::registerAsNotApplicable(const std::string& message) {
314 m_result.setStepResult(StepResult::NA);

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

addStepInfoMethod · 0.80

Tested by

no test coverage detected