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

Method removeFromCompressorRack

src/model/RefrigerationWalkIn.cpp:948–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946 }
947
948 void RefrigerationWalkIn_Impl::removeFromCompressorRack() {
949 boost::optional<RefrigerationCompressorRack> refrigerationCompressorRack = compressorRack();
950 if (refrigerationCompressorRack) {
951 refrigerationCompressorRack.get().removeWalkin(this->getObject<RefrigerationWalkIn>());
952 }
953 }
954
955 } // namespace detail
956

Callers

nothing calls this directly

Calls 2

removeWalkinMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected