| 199 | uint16 GetTransferingSrcCount() const { return transferingsrc; } |
| 200 | uint16 GetNotCurrentSourcesCount() const { return m_notCurrentSources; }; |
| 201 | uint16 GetValidSourcesCount() const { return m_validSources; }; |
| 202 | |
| 203 | uint64 GetNeededSpace(); |
| 204 |
no outgoing calls
no test coverage detected