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

Method transform_error

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

Source from the content-addressed store, hash-verified

3130 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
3131 template <class F>
3132 TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) & {
3133 return map_error_impl(*this, std::forward<F>(f));
3134 }
3135 template <class F>
3136 TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) && {
3137 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