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

Function TEST

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

Source from the content-addressed store, hash-verified

17}
18
19TEST(RegressionTest, Issue1) { getInt1(); }
20
21static cxx20::expected<int, int> operation1() { return 42; }
22

Callers

nothing calls this directly

Calls 13

getInt1Function · 0.85
operation1Function · 0.85
doitFunction · 0.85
voidWorkFunction · 0.85
errorhandlingFunction · 0.85
unexpectedClass · 0.85
funcFunction · 0.85
errorFunction · 0.70
testFunction · 0.70
has_valueMethod · 0.45
sizeMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected