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

Method GetChipCount

Source/SoundChipSet.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::size_t CSoundChipSet::GetChipCount() const {
38 return chips_.count();
39}
40
41bool CSoundChipSet::ContainsChip(sound_chip_t chip) const {
42 return chips_.test(value_cast(chip));

Callers 1

OnUpdateSBChipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected