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

Method GetDataSize

Source/Chunk.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71unsigned short CChunk::GetDataSize(int index) const
72{
73 return m_vChunkData[index]->GetSize();
74}
75
76void CChunk::StoreByte(unsigned char data)
77{

Callers 3

StoreChunkMethod · 0.45
StorePatternsMethod · 0.45
StoreInstrumentChunkMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected