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

Method LargeRoundtrip

tests/runtime/fixed-length-lists/test.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::tuple<std::array<std::array<uint32_t, 2>, 2>,
42 std::array<std::array<int32_t, 4>, 4>>
43to_test::LargeRoundtrip(std::array<std::array<uint32_t, 2>, 2> a,
44 std::array<std::array<int32_t, 4>, 4> b) {
45 return std::tuple<std::array<std::array<uint32_t, 2>, 2>,
46 std::array<std::array<int32_t, 4>, 4>>(a, b);
47}
48std::array<to_test::Nested, 2>
49to_test::NightmareOnCpp(std::array<to_test::Nested, 2> a) {
50 return a;

Callers 1

testLargeRoundtripFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected