Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ GetParent
Method
GetParent
FastCopyShellExtension/ShellItem.cpp:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
ShellItem ShellItem::GetParent()
12
{
13
IShellItem* parent;
14
m_ptr->GetParent(&parent);
15
return ShellItem{ parent };
16
}
Callers
1
ShowAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected