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

Method StoreBankReference

Source/Chunk.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void CChunk::StoreBankReference(const stChunkLabel &label, int bank) // // //
92{
93 DoAddChunk<CChunkDataBank>(label, bank);
94}
95
96void CChunk::StoreString(const std::vector<unsigned char> &data) // // //
97{

Callers 2

AddBankswitchingMethod · 0.80
StoreSongsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected