MCPcopy 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

19TEST(RegressionTest, Issue1) { getInt1(); }
20
21static cxx20::expected<int, int> operation1() { return 42; }
22
23static cxx20::expected<std::string, int> operation2(int const) {
24 return "Bananas";

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected