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

Method MakeSongView

Source/FamiTrackerModule.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::unique_ptr<CSongView> CFamiTrackerModule::MakeSongView(unsigned index, bool showSkippedRows) { // // //
110 return std::make_unique<CSongView>(GetChannelOrder(), *GetSong(index), showSkippedRows);
111}
112
113std::unique_ptr<CConstSongView> CFamiTrackerModule::MakeSongView(unsigned index, bool showSkippedRows) const { // // //
114 return std::make_unique<CConstSongView>(GetChannelOrder(), *GetSong(index), showSkippedRows);

Callers 3

NSFEWriteBlocksFunction · 0.80
MakeMethod · 0.80
UpdateSongViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected