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

Method NestedRoundtrip

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

Source from the content-addressed store, hash-verified

31}
32
33std::tuple<std::array<std::array<uint32_t, 2>, 2>,
34 std::array<std::array<int32_t, 2>, 2>>
35to_test::NestedRoundtrip(std::array<std::array<uint32_t, 2>, 2> a,
36 std::array<std::array<int32_t, 2>, 2> b) {
37 return std::tuple<std::array<std::array<uint32_t, 2>, 2>,
38 std::array<std::array<int32_t, 2>, 2>>(a, b);
39}
40
41std::tuple<std::array<std::array<uint32_t, 2>, 2>,
42 std::array<std::array<int32_t, 4>, 4>>

Callers 1

testNestedRoundtripFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected