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

Method VariantTypedefs

tests/runtime/variants/test.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void test_exports::VariantTypedefs(std::optional<uint32_t> a, bool b, std::expected<uint32_t, wit::Void> c) {
40
41}
42
43std::tuple<bool, std::expected<void, wit::Void>, test_exports::MyErrno> test_exports::VariantEnums(bool a, std::expected<void, wit::Void> b, test_exports::MyErrno c) {
44 return std::tuple<bool, std::expected<void, wit::Void>, test_exports::MyErrno>(a, b, c);

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected