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

Method remove

src/modelica/ModelicaFileImpl.cpp:678–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678void ConnectClauseImpl::remove() {
679 if (m_owner) {
680 m_owner->removeConnectClause(this);
681 }
682}
683
684std::string ConnectClauseImpl::idFromCTX(modelicaParser::Connect_clauseContext* ctx) {
685 if (!ctx) {

Callers

nothing calls this directly

Calls 1

removeConnectClauseMethod · 0.45

Tested by

no test coverage detected