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

Class F

test/expected/extensions.cpp:555–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553};
554
555struct F {
556 int x;
557};
558
559TEST(ExtensionsTest, Issue14) {
560 auto res = expected<E, F>{unexpect, F{}};

Callers 4

logErrorFunction · 0.85
loadOptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected