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

Function throw_

test/task.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116cobalt::task<void> throw_()
117{
118 throw std::runtime_error("throw_");
119 co_return ;
120}
121
122cobalt::task<void> throw_post()
123{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected