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

Method GetModuleName

Source/FamiTrackerModule.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::string_view CFamiTrackerModule::GetModuleName() const {
47 return m_strName;
48}
49
50std::string_view CFamiTrackerModule::GetModuleArtist() const {
51 return m_strArtist;

Callers 7

CCompilerMethod · 0.80
to_jsonFunction · 0.80
SetSongInfoMethod · 0.80
SaveSongInfoMethod · 0.80
OnInitDialogMethod · 0.80
ExportFileMethod · 0.80
SaveStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected