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

Method RoundtripEnum

tests/runtime/variants/test.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23test_exports::E1 test_exports::RoundtripEnum(test_exports::E1 a) {
24 return a;
25}
26
27bool test_exports::InvertBool(bool a) {
28 return !a;

Callers 1

RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected