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

Method StoreString

Source/Chunk.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void CChunk::StoreString(const std::vector<unsigned char> &data) // // //
97{
98 DoAddChunk<CChunkDataString>(data); // // //
99}
100
101void CChunk::ChangeByte(int index, unsigned char data)
102{

Callers 1

StorePatternsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected