Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ IncludesChannel
Method
IncludesChannel
Source/FrameEditorTypes.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool CFrameSelection::IncludesChannel(int channel) const {
94
return channel >= GetFirstSelectedChannel() && channel <= GetLastSelectedChannel();
95
}
96
97
void CFrameSelection::Normalize() {
98
if (m_cpStart.m_iFrame > m_cpEnd.m_iFrame)
Callers
1
IsChannelSelected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected