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

Method ConvertBack

FastCopy/NumberToStringConverter.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected