MCPcopy 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

13static cxx20::expected<int, std::string> getInt2(int val) { return val; }
14
15static cxx20::expected<int, std::string> getInt1() {
16 return getInt2(5).and_then(getInt3);
17}
18
19TEST(RegressionTest, Issue1) { getInt1(); }
20

Callers 1

TESTFunction · 0.85

Calls 1

getInt2Function · 0.85

Tested by

no test coverage detected