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

Method GetChipFullName

Source/SoundChipService.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72std::string_view CSoundChipService::GetChipFullName(sound_chip_t chip) const {
73 return GetType(chip).GetFullName();
74}
75
76std::string_view CSoundChipService::GetChannelShortName(stChannelID ch) const {
77 for (auto &x : types_)

Callers 2

OnInitDialogMethod · 0.80
OnUpdateSBChipMethod · 0.80

Calls 1

GetFullNameMethod · 0.80

Tested by

no test coverage detected