Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
bool CDSampleManager::IsSampleUsed(unsigned Index) const
60
{
61
return Index < m_pDSample.size() && m_pDSample[Index] != nullptr;
62
}
63
64
unsigned int CDSampleManager::GetDSampleCount() const
65
{
Callers
3
CreateSampleList
Method · 0.80
RemoveUnusedDSamples
Method · 0.80
OnBnClickedAdd
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected