Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ task_move_only_test
Function
task_move_only_test
test/task.cpp:308–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
};
307
308
cobalt::task<task_move_only> task_move_only_test()
309
{
310
co_return task_move_only{};
311
}
312
313
CO_TEST_CASE(move_only)
314
{
Callers
1
CO_TEST_CASE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected