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

Function testDoWhile

tests/EduCoroutineExprTest.cpp:142–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142task<int> testDoWhile()
143{
144 task<int> v = get_random();
145
146 do {
147 int yy{};
148 } while(co_await v);
149
150
151 co_return 0;
152}
153
154task<int> testForLoop()
155{

Callers

nothing calls this directly

Calls 1

get_randomFunction · 0.70

Tested by

no test coverage detected