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

Method EmptyError

tests/runtime/results/intermediate.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52std::expected<uint32_t, wit::Void> test_exports::EmptyError(uint32_t a) {
53 return test_imports::EmptyError(a);
54}
55
56std::expected<std::expected<void, wit::string>, wit::string> test_exports::DoubleError(uint32_t a) {
57 return test_imports::DoubleError(a);

Callers

nothing calls this directly

Calls 1

EmptyErrorFunction · 0.70

Tested by

no test coverage detected