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

Function toFlag

FastCopyShellExtension/Recorder.cpp:61–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static wchar_t toFlag(CopyOperation op)
62{
63 switch (op)
64 {
65 case CopyOperation::Copy:
66 return L'C';
67 case CopyOperation::Move:
68 return L'M';
69 case CopyOperation::Paste:
70 return L'P';
71 case CopyOperation::Delete:
72 return L'D';
73 }
74}
75
76std::wstring Recorder::GetRecordFilePath(CopyOperation op)
77{

Callers 1

GetRecordFilePathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected