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

Class CopyOperationNames

FastCopyShellExtension/CopyOperationNames.h:6–14  ·  view source on GitHub ↗

* This is made into a class because we maybe want to localize it in the future */

Source from the content-addressed store, hash-verified

4 * This is made into a class because we maybe want to localize it in the future
5 */
6struct CopyOperationNames
7{
8 std::wstring_view Copy = L"Copy";
9 std::wstring_view Move = L"Move";
10 std::wstring_view Paste = L"Paste";
11 std::wstring_view Delete = L"Delete";
12
13 static CopyOperationNames& GetInstance();
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected