MCPcopy Create free account
hub / github.com/NativeScript/android / map_error

Method map_error

test-app/runtime/src/main/cpp/ada/ada.h:3085–3087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3083 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
3084 template <class F>
3085 TL_EXPECTED_11_CONSTEXPR auto map_error(F &&f) & {
3086 return map_error_impl(*this, std::forward<F>(f));
3087 }
3088 template <class F>
3089 TL_EXPECTED_11_CONSTEXPR auto map_error(F &&f) && {
3090 return map_error_impl(std::move(*this), std::forward<F>(f));

Callers

nothing calls this directly

Calls 1

map_error_implFunction · 0.85

Tested by

no test coverage detected