MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / voidWork

Function voidWork

test/expected/issues.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static cxx20::expected<void, std::string> voidWork() { return {}; }
90static cxx20::expected<int, std::string> work2() { return 42; }
91static void errorhandling(std::string) {}
92

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected