Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ Print
Function
Print
FastCopyShellExtension/dllmain.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
void Print(IShellItemArray* items)
27
{
28
#ifdef DEBUG
29
auto const count = ShellItemArray{ items }.size();
30
OutputDebugString(std::to_wstring(count).data());
31
#endif
32
}
33
34
class SubCommand;
35
Callers
11
GetTitle
Function · 0.85
GetIcon
Function · 0.85
GetToolTip
Function · 0.85
GetState
Function · 0.85
Invoke
Function · 0.85
State
Method · 0.85
GetTitle
Method · 0.85
GetIcon
Method · 0.85
GetToolTip
Method · 0.85
GetState
Method · 0.85
init
Method · 0.85
Calls
2
size
Method · 0.80
data
Method · 0.80
Tested by
no test coverage detected