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

Method AppendError

Source/ModuleException.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void CModuleException::AppendError(std::string str) {
38 m_strError.push_back(std::move(str));
39}
40
41void CModuleException::SetFooter(std::string footer) {
42 m_strFooter = std::move(footer);

Callers 15

DoReadFromFTIMethod · 0.80
ReadFromModuleMethod · 0.80
LoadHeaderMethod · 0.80
LoadInstrumentsMethod · 0.80
LoadSequencesMethod · 0.80
LoadPatternsMethod · 0.80
LoadDSamplesMethod · 0.80
LoadSequencesVRC6Method · 0.80
LoadSequencesN163Method · 0.80
LoadSequencesS5BMethod · 0.80
LoadDetuneTablesMethod · 0.80
LoadGroovesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected