Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ operation1
Function
operation1
test/expected/issues.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
TEST(RegressionTest, Issue1) { getInt1(); }
20
21
static cxx20::expected<int, int> operation1() { return 42; }
22
23
static cxx20::expected<std::string, int> operation2(int const) {
24
return
"Bananas"
;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected