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