MCPcopy 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
133bool CChunk::IsDataPointer(int index) const
134{
135 return dynamic_cast<CChunkDataPointer *>(m_vChunkData[index].get()) != nullptr;
136}
137
138bool CChunk::IsDataBank(int index) const
139{

Callers 3

StoreHeaderChunkMethod · 0.80
StoreInstrumentChunkMethod · 0.80
StoreFrameChunkMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected