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

Method InvertBool

tests/runtime/variants/test.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool test_exports::InvertBool(bool a) {
28 return !a;
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;

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected