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

Method GetStringData

Source/Chunk.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111unsigned char CChunk::GetStringData(int index, int pos) const
112{
113 return GetChunkData<const CChunkDataString>(index).m_vData[pos];
114}
115
116const std::vector<unsigned char> &CChunk::GetStringData(int index) const
117{

Callers 7

StoreChunkMethod · 0.45
StorePatternsMethod · 0.45
OnBnClickedPasteMethod · 0.45
OnBnClickedPasteWaveMethod · 0.45
OnBnClickedPasteTableMethod · 0.45
OnPasteMethod · 0.45
StorePatternChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected