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

Method IsSampleUsed

Source/DSampleManager.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool CDSampleManager::IsSampleUsed(unsigned Index) const
60{
61 return Index < m_pDSample.size() && m_pDSample[Index] != nullptr;
62}
63
64unsigned int CDSampleManager::GetDSampleCount() const
65{

Callers 3

CreateSampleListMethod · 0.80
RemoveUnusedDSamplesMethod · 0.80
OnBnClickedAddMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected