Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
std::size_t CSoundChipSet::GetChipCount() const {
38
return chips_.count();
39
}
40
41
bool CSoundChipSet::ContainsChip(sound_chip_t chip) const {
42
return chips_.test(value_cast(chip));
Callers
1
OnUpdateSBChip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected