Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ operator[]
Method
operator[]
FastCopyShellExtension/ShellItemArray.cpp:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
ShellItem ShellItemArray::operator[](size_t index)
26
{
27
IShellItem* item;
28
m_ptr->GetItemAt(index, &item);
29
return ShellItem{ item };
30
}
31
32
size_t ShellItemArray::size()
33
{
Callers
nothing calls this directly
Calls
1
GetItemAt
Method · 0.80
Tested by
no test coverage detected