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

Method size

FastCopyShellExtension/ShellItemArray.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32size_t ShellItemArray::size()
33{
34 if (!m_ptr)
35 return 0;
36
37 DWORD count;
38 m_ptr->GetCount(&count);
39 return count;
40}
41
42ShellItem ShellItemArray::Iterator::operator*()
43{

Callers 15

GetNumFilesMethod · 0.80
makeMenuFlyoutMethod · 0.80
ShowAtMethod · 0.80
CommandLine.cppFile · 0.80
SizeMethod · 0.80
GetDestinationMethod · 0.80
RecordFileMethod · 0.80
ToBackslashFunction · 0.80
createFileFunction · 0.80
StringToMultiStringFunction · 0.80
TEST_METHODFunction · 0.80
GetCountMethod · 0.80

Calls 1

GetCountMethod · 0.80

Tested by 4

createFileFunction · 0.64
StringToMultiStringFunction · 0.64
TEST_METHODFunction · 0.64
GetCountMethod · 0.64