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

Method MakeError

Source/TextExporter.cpp:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299 template <typename... Args>
300 auto MakeError(LPCSTR fmt, Args&&... args) const { // // //
301 CStringA str = FormattedA("Line %d column %d: ", line, GetColumn());
302 AppendFormatA(str, fmt, std::forward<Args>(args)...);
303 return std::runtime_error {(LPCSTR)str};
304 }
305
306 stChanNote ImportCellText(unsigned fxMax, stChannelID chan) { // // //
307 stChanNote Cell; // // //

Callers 1

ImportFileMethod · 0.80

Calls 2

FormattedAFunction · 0.85
AppendFormatAFunction · 0.85

Tested by

no test coverage detected