Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GetItemCount
Method
GetItemCount
Source/GraphEditor.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
int CGraphEditor::GetItemCount() const { // // //
157
return m_pSequence ? static_cast<int>(m_pSequence->GetItemCount()) : 0;
158
}
159
160
void CGraphEditor::OnLButtonDown(UINT nFlags, CPoint point)
161
{
Callers
1
Initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected