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

Method VariantCasts

tests/runtime/variants/test.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31std::tuple<test_exports::C1, test_exports::C2, test_exports::C3, test_exports::C4, test_exports::C5, test_exports::C6> test_exports::VariantCasts(std::tuple<test_exports::C1, test_exports::C2, test_exports::C3, test_exports::C4, test_exports::C5, test_exports::C6> a) {
32 return a;
33}
34
35std::tuple<test_exports::Z1, test_exports::Z2, test_exports::Z3, test_exports::Z4> test_exports::VariantZeros(std::tuple<test_exports::Z1, test_exports::Z2, test_exports::Z3, test_exports::Z4> a) {
36 return a;

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected