| 31 | } |
| 32 | |
| 33 | CreditSystem* CreditSource::getCreditSystem() noexcept { |
| 34 | return this->_pCreditSystem; |
| 35 | } |
| 36 | |
| 37 | const CreditSystem* CreditSource::getCreditSystem() const noexcept { |
| 38 | return this->_pCreditSystem; |
no outgoing calls
no test coverage detected