| 109 | } |
| 110 | |
| 111 | std::pair<unsigned, unsigned> CSongLengthScanner::GetRowCount() { |
| 112 | Compute(); |
| 113 | return {rows1_, rows2_}; |
| 114 | } |
| 115 | |
| 116 | std::pair<double, double> CSongLengthScanner::GetSecondsCount() { |
| 117 | Compute(); |
no outgoing calls
no test coverage detected