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

Method GetSecondsCount

Source/SongLengthScanner.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116std::pair<double, double> CSongLengthScanner::GetSecondsCount() {
117 Compute();
118 return {sec1_, sec2_};
119}
120
121void CSongLengthScanner::Compute() {
122 if (std::exchange(scanned_, true))

Callers 2

NSFEWriteBlocksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected