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

Function get_random

tests/EduCoroutineExprTest.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75};
76
77task<int> get_random()
78{
79 std::cout << "in get_random()\n";
80 co_return 4;
81}
82
83int Funa(int);
84

Callers 7

testIfStmtFunction · 0.70
testCallExprFunction · 0.70
testSwitchFunction · 0.70
testWhileFunction · 0.70
testDoWhileFunction · 0.70
testForLoopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected