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

Method SetModuleArtist

Source/FamiTrackerModule.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void CFamiTrackerModule::SetModuleArtist(std::string_view sv) {
71 m_strArtist = sv.substr(0, METADATA_FIELD_LENGTH - 1); // // //
72}
73
74void CFamiTrackerModule::SetModuleCopyright(std::string_view sv) {
75 m_strCopyright = sv.substr(0, METADATA_FIELD_LENGTH - 1); // // //

Callers 5

OpenDocumentOldMethod · 0.80
LoadSongInfoMethod · 0.80
ImportFileMethod · 0.80
UndoMethod · 0.80
RedoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected