| 17 | } |
| 18 | |
| 19 | winrt::Windows::Foundation::IInspectable ReadableSizeConverter::ConvertBack( |
| 20 | winrt::Windows::Foundation::IInspectable const& value, |
| 21 | winrt::Windows::UI::Xaml::Interop::TypeName const& targetType, |
| 22 | winrt::Windows::Foundation::IInspectable const& parameter, |
| 23 | winrt::hstring const& language) |
| 24 | { |
| 25 | throw std::exception{}; |
| 26 | } |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected