Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getInt1
Function
getInt1
test/expected/issues.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
static cxx20::expected<int, std::string> getInt2(int val) { return val; }
14
15
static cxx20::expected<int, std::string> getInt1() {
16
return getInt2(5).and_then(getInt3);
17
}
18
19
TEST(RegressionTest, Issue1) { getInt1(); }
20
Callers
1
TEST
Function · 0.85
Calls
1
getInt2
Function · 0.85
Tested by
no test coverage detected