Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
static cobalt::promise<void> wthrow()
40
{
41
throw std::runtime_error(
"wthrow"
);
42
co_return;
43
}
44
45
46
BOOST_AUTO_TEST_SUITE(gather_);
Callers
1
CO_TEST_CASE
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected