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

Method removeFromCompressorRack

src/model/RefrigerationCase.cpp:1287–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285 }
1286
1287 void RefrigerationCase_Impl::removeFromCompressorRack() {
1288 boost::optional<RefrigerationCompressorRack> refrigerationCompressorRack = compressorRack();
1289 if (refrigerationCompressorRack) {
1290 refrigerationCompressorRack.get().removeCase(this->getObject<RefrigerationCase>());
1291 }
1292 }
1293
1294 } // namespace detail
1295

Callers 1

removeMethod · 0.95

Calls 2

removeCaseMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected