MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / g

Function g

tests/EduCoroutineCoAwaitOperatorTest.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50my_future<int> h();
51my_future<int> g()
52{
53 std::cout << "just about go to sleep...\n";
54 co_await 10ms;
55 std::cout << "resumed\n";
56 co_await h();
57}
58

Callers

nothing calls this directly

Calls 1

hFunction · 0.70

Tested by

no test coverage detected