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

Method ReleaseDSample

Source/DSampleManager.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::shared_ptr<ft0cc::doc::dpcm_sample> CDSampleManager::ReleaseDSample(unsigned Index) {
38 return Index < m_pDSample.size() ? std::move(m_pDSample[Index]) : nullptr;
39}
40
41void CDSampleManager::RemoveDSample(unsigned Index) {
42 (void)ReleaseDSample(Index);

Callers 1

ImportInstrumentsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected