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

Method VariantZeros

tests/runtime/variants/test.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
37}
38
39void test_exports::VariantTypedefs(std::optional<uint32_t> a, bool b, std::expected<uint32_t, wit::Void> c) {
40

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected