MCPcopy 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

119TEST(RegressionTest, Issue49) { auto m = test(10).and_then(test2); }
120
121static cxx20::expected<int, std::unique_ptr<std::string>> func() { return 1; }
122
123TEST(RegressionTest, Issue61) { EXPECT_EQ(func().value(), 1); }
124

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected