| 15 | struct RobocopyViewModel : RobocopyViewModelT<RobocopyViewModel>, PropertyChangeHelper<RobocopyViewModel>, ProcessIOUpdater<RobocopyViewModel> |
| 16 | { |
| 17 | RobocopyViewModel() = default; |
| 18 | |
| 19 | winrt::hstring RecordFile(); |
| 20 | void RecordFile(winrt::hstring value); |
nothing calls this directly
no outgoing calls
no test coverage detected