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

Method GetChipShortName

Source/SoundChipService.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::string_view CSoundChipService::GetChipShortName(sound_chip_t chip) const {
69 return GetType(chip).GetShortName();
70}
71
72std::string_view CSoundChipService::GetChipFullName(sound_chip_t chip) const {
73 return GetType(chip).GetFullName();

Callers 6

InsertChannelMethod · 0.80
OnInitDialogMethod · 0.80
to_jsonFunction · 0.80
OnUpdateSBChipMethod · 0.80
OnNewInstrumentMenuMethod · 0.80
OnInitDialogMethod · 0.80

Calls 1

GetShortNameMethod · 0.80

Tested by

no test coverage detected