Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
unsigned 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
InsertSample
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected