| 519 | #endif |
| 520 | public: |
| 521 | bool IsHashSetNeeded() const { return m_hashsetneeded; } |
| 522 | void SetHashSetNeeded(bool value) { m_hashsetneeded = value; } |
| 523 | |
| 524 | uint64 GetCompletedSize() const { return completedsize; } |
no outgoing calls
no test coverage detected