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

Method map

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

Source from the content-addressed store, hash-verified

2987 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
2988 template <class F>
2989 TL_EXPECTED_11_CONSTEXPR auto map(F &&f) & {
2990 return expected_map_impl(*this, std::forward<F>(f));
2991 }
2992 template <class F>
2993 TL_EXPECTED_11_CONSTEXPR auto map(F &&f) && {
2994 return expected_map_impl(std::move(*this), std::forward<F>(f));

Callers 5

checkTestResultsFunction · 0.80
parseFileMethod · 0.80
parseBodyMethod · 0.80

Calls 1

expected_map_implFunction · 0.85

Tested by 1

parseBodyMethod · 0.64