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

Function VariantTypedefs

tests/runtime/variants/test.go:47–48  ·  view source on GitHub ↗
(x Option[uint32], y bool, z Result[uint32, Unit])

Source from the content-addressed store, hash-verified

45}
46
47func VariantTypedefs(x Option[uint32], y bool, z Result[uint32, Unit]) {
48}
49
50func VariantEnums(x bool, y Result[Unit, Unit], z MyErrno) (bool, Result[Unit, Unit], MyErrno) {
51 return x, y, z

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected