MCPcopy 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
156int CGraphEditor::GetItemCount() const { // // //
157 return m_pSequence ? static_cast<int>(m_pSequence->GetItemCount()) : 0;
158}
159
160void CGraphEditor::OnLButtonDown(UINT nFlags, CPoint point)
161{

Callers 1

InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected