MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetCount

Method GetCount

UnitTest/UnitTest.cpp:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 HRESULT STDMETHODCALLTYPE GetCount(
295 /* [out] */ __RPC__out DWORD* pdwNumItems)
296 {
297 *pdwNumItems = m_items.size();
298 return S_OK;
299 }
300
301 HRESULT STDMETHODCALLTYPE GetItemAt(
302 /* [in] */ DWORD dwIndex,

Callers 1

sizeMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected