Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
cobalt::task<void> throw_()
117
{
118
throw std::runtime_error(
"throw_"
);
119
co_return ;
120
}
121
122
cobalt::task<void> throw_post()
123
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected