Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ test2
Function
test2
test/task.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
cobalt::task<double> test2(int i)
42
{
43
co_await cobalt::noop();
44
co_await test0();
45
co_return i;
46
}
47
48
cobalt::task<int> test1()
49
{
Callers
1
test1
Function · 0.70
Calls
2
noop
Class · 0.85
test0
Function · 0.70
Tested by
no test coverage detected