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

Method GetDSampleCount

Source/DSampleManager.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64unsigned int CDSampleManager::GetDSampleCount() const
65{
66 unsigned int Count = 0;
67 for (const auto &x : m_pDSample)
68 if (x)
69 ++Count;
70 return Count;
71}
72
73unsigned int CDSampleManager::GetFirstFree() const
74{

Callers 3

ValidateMethod · 0.80
SaveDSamplesMethod · 0.80
CreateBINMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected