MCPcopy 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
41cobalt::task<double> test2(int i)
42{
43 co_await cobalt::noop();
44 co_await test0();
45 co_return i;
46}
47
48cobalt::task<int> test1()
49{

Callers 1

test1Function · 0.70

Calls 2

noopClass · 0.85
test0Function · 0.70

Tested by

no test coverage detected