Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ UpdateViews
Method
UpdateViews
Source/CompoundAction.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void CCompoundAction::UpdateViews(CMainFrame &MainFrm) const {
87
m_pActionList.back()->UpdateViews(MainFrm); // temp
88
}
89
90
void CCompoundAction::JoinAction(std::unique_ptr<CAction> pAction)
91
{
Callers
nothing calls this directly
Calls
1
back
Method · 0.80
Tested by
no test coverage detected