Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
unsigned short CChunk::GetDataSize(int index) const
72
{
73
return m_vChunkData[index]->GetSize();
74
}
75
76
void CChunk::StoreByte(unsigned char data)
77
{
Callers
3
StoreChunk
Method · 0.45
StorePatterns
Method · 0.45
StoreInstrumentChunk
Method · 0.45
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected