MCPcopy Create free account
hub / github.com/boostorg/cobalt / wthrow

Function wthrow

test/gather.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static cobalt::promise<void> wthrow()
40{
41 throw std::runtime_error("wthrow");
42 co_return;
43}
44
45
46BOOST_AUTO_TEST_SUITE(gather_);

Callers 1

CO_TEST_CASEFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected