Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GetFlag
Method
GetFlag
Source/SoundChipSet.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
CSoundChipSet::value_type CSoundChipSet::GetFlag() const {
30
return chips_.to_ulong();
31
}
32
33
CSoundChipSet::value_type CSoundChipSet::GetNSFFlag() const {
34
return GetFlag() >> 1;
Callers
1
SelectChip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected