MCPcopy 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
26void 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
34class SubCommand;
35

Callers 11

GetTitleFunction · 0.85
GetIconFunction · 0.85
GetToolTipFunction · 0.85
GetStateFunction · 0.85
InvokeFunction · 0.85
StateMethod · 0.85
GetTitleMethod · 0.85
GetIconMethod · 0.85
GetToolTipMethod · 0.85
GetStateMethod · 0.85
initMethod · 0.85

Calls 2

sizeMethod · 0.80
dataMethod · 0.80

Tested by

no test coverage detected