Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ SetCurrentFrame
Method
SetCurrentFrame
Source/FrameEditorModel.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void CFrameEditorModel::SetCurrentFrame(int frame) {
65
view_->SelectFrame(frame);
66
}
67
68
void CFrameEditorModel::SetCurrentChannel(int channel) {
69
view_->SelectChannel(channel);
Callers
nothing calls this directly
Calls
1
SelectFrame
Method · 0.80
Tested by
no test coverage detected