MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getInt2

Function getInt2

test/expected/issues.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11static cxx20::expected<int, std::string> getInt3(int val) { return val; }
12
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);

Callers 1

getInt1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected