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

Method addVersionObject

src/model/Model.cpp:2265–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2263 }
2264
2265 void Model::addVersionObject() {
2266 getUniqueModelObject<Version>();
2267 }
2268
2269 void Model::connect(ModelObject sourceObject, unsigned sourcePort, ModelObject targetObject, unsigned targetPort) const {
2270 getImpl<detail::Model_Impl>()->connect(*this, sourceObject, sourcePort, targetObject, targetPort);

Callers 2

ModelMethod · 0.95
ComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected