MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetRowCount

Method GetRowCount

Source/SongLengthScanner.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

MakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected