Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
static cxx20::expected<void, std::string> voidWork() { return {}; }
90
static cxx20::expected<int, std::string> work2() { return 42; }
91
static void errorhandling(std::string) {}
92
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected