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