Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ ShowMenu
Method
ShowMenu
FastCopy/CopyDialog.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void CopyDialog::ShowMenu(winrt::hstring path, winrt::Microsoft::UI::Xaml::Controls::MenuFlyout flyout)
153
{
154
std::make_shared<FileContextMenu>(path)->ShowAt(flyout);
155
}
156
157
}
158
Callers
nothing calls this directly
Calls
1
ShowAt
Method · 0.80
Tested by
no test coverage detected