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

Function testCallExpr

tests/EduCoroutineExprTest.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111task<int> testCallExpr()
112{
113 task<int> v = get_random();
114
115 Funa(co_await v);
116
117 co_return 0;
118}
119
120task<int> testSwitch()
121{

Callers

nothing calls this directly

Calls 1

get_randomFunction · 0.70

Tested by

no test coverage detected