Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ IsDataBank
Method
IsDataBank
Source/Chunk.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
bool CChunk::IsDataBank(int index) const
139
{
140
return dynamic_cast<CChunkDataBank *>(m_vChunkData[index].get()) != nullptr;
141
}
142
143
unsigned int CChunk::CountDataSize() const
144
{
Callers
1
StoreFrameChunk
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected