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

Function VariantEnums

tests/runtime/variants/test.go:50–52  ·  view source on GitHub ↗
(x bool, y Result[Unit, Unit], z MyErrno)

Source from the content-addressed store, hash-verified

48}
49
50func VariantEnums(x bool, y Result[Unit, Unit], z MyErrno) (bool, Result[Unit, Unit], MyErrno) {
51 return x, y, z
52}

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected