Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GetCurrentChannel
Method
GetCurrentChannel
Source/FrameEditorModel.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
int CFrameEditorModel::GetCurrentChannel() const {
57
return view_->GetSelectedChannel();
58
}
59
60
CFrameCursorPos CFrameEditorModel::GetCurrentPos() const {
61
return {GetCurrentFrame(), GetCurrentChannel()};
Callers
2
OnKeyDown
Method · 0.80
OnEditSelectchannel
Method · 0.80
Calls
1
GetSelectedChannel
Method · 0.80
Tested by
no test coverage detected