Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
size_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
42
ShellItem ShellItemArray::Iterator::operator*()
43
{
Callers
15
GetNumFiles
Method · 0.80
makeMenuFlyout
Method · 0.80
ShowAt
Method · 0.80
CommandLine.cpp
File · 0.80
Size
Method · 0.80
GetDestination
Method · 0.80
RecordFile
Method · 0.80
ToBackslash
Function · 0.80
createFile
Function · 0.80
StringToMultiString
Function · 0.80
TEST_METHOD
Function · 0.80
GetCount
Method · 0.80
Calls
1
GetCount
Method · 0.80
Tested by
4
createFile
Function · 0.64
StringToMultiString
Function · 0.64
TEST_METHOD
Function · 0.64
GetCount
Method · 0.64