MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / map

Method map

crates/cpp/test_headers/expected.hpp:1338–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336#if defined(TL_EXPECTED_CXX14) && !defined(TL_EXPECTED_GCC49) && \
1337 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
1338 template <class F> TL_EXPECTED_11_CONSTEXPR auto map(F &&f) & {
1339 return expected_map_impl(*this, std::forward<F>(f));
1340 }
1341 template <class F> TL_EXPECTED_11_CONSTEXPR auto map(F &&f) && {
1342 return expected_map_impl(std::move(*this), std::forward<F>(f));
1343 }

Callers 15

mainFunction · 0.80
bumpFunction · 0.80
fooMethod · 0.80
roundtrip_optionMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
testMethod · 0.80
testMethod · 0.80
runMethod · 0.80
qualifyMethod · 0.80

Calls 1

expected_map_implFunction · 0.85

Tested by 10

fooMethod · 0.64
roundtrip_optionMethod · 0.64
testMethod · 0.64
fromMethod · 0.64
parse_test_configFunction · 0.64
run_codegen_testsMethod · 0.64
run_runtime_testsMethod · 0.64
runtime_testMethod · 0.64
compose_wasm_with_wacMethod · 0.64
newMethod · 0.64