MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ParseToastArgument

Function ParseToastArgument

FastCopy/App.xaml.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54static std::pair<std::wstring_view, std::wstring_view> ParseToastArgument(std::wstring_view argument)
55{
56 auto const index = argument.find(L'=');
57 return { argument.substr(0, index), argument.substr(index + 1) };
58}
59
60
61void App::OnLaunched(LaunchActivatedEventArgs const&)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected