Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ func
Function
func
test/expected/issues.cpp:121–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
TEST(RegressionTest, Issue49) { auto m = test(10).and_then(test2); }
120
121
static cxx20::expected<int, std::unique_ptr<std::string>> func() { return 1; }
122
123
TEST(RegressionTest, Issue61) { EXPECT_EQ(func().value(), 1); }
124
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected