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

Method VariantEnums

tests/runtime/variants/test.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
45}

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected