MCPcopy Create free account
hub / github.com/boostorg/asio / fall_off_end_test

Function fall_off_end_test

test/coroutine.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void fall_off_end_test()
97{
98 boost::asio::coroutine coro;
99 fall_off_end_coro(coro);
100 BOOST_ASIO_CHECK(coro.is_complete());
101}
102
103//------------------------------------------------------------------------------
104

Callers

nothing calls this directly

Calls 2

fall_off_end_coroFunction · 0.85
is_completeMethod · 0.80

Tested by

no test coverage detected