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

Function EmptyError

tests/runtime/results/intermediate.go:25–27  ·  view source on GitHub ↗
(x uint32)

Source from the content-addressed store, hash-verified

23}
24
25func EmptyError(x uint32) Result[uint32, Unit] {
26 return imports.EmptyError(x)
27}
28
29func DoubleError(x uint32) Result[Result[Unit, string], string] {
30 return imports.DoubleError(x)

Callers

nothing calls this directly

Calls 1

EmptyErrorMethod · 0.45

Tested by

no test coverage detected