| 40 | } |
| 41 | |
| 42 | winrt::Windows::Foundation::IInspectable NumberToStringConverter::ConvertBack( |
| 43 | [[maybe_unused]] winrt::Windows::Foundation::IInspectable const& value, |
| 44 | [[maybe_unused]] winrt::Windows::UI::Xaml::Interop::TypeName const& targetType, |
| 45 | [[maybe_unused]] winrt::Windows::Foundation::IInspectable const& parameter, |
| 46 | [[maybe_unused]] winrt::hstring const& language) |
| 47 | { |
| 48 | throw std::exception{}; |
| 49 | } |
| 50 | } |
nothing calls this directly
no outgoing calls
no test coverage detected