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

Method GetTotalSize

Source/DSampleManager.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81unsigned int CDSampleManager::GetTotalSize() const
82{
83 unsigned int Size = 0;
84 for (const auto &x : m_pDSample)
85 if (x)
86 Size += x->size();
87 return Size;
88}

Callers 1

InsertSampleMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected