Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
task<int> get_random()
78
{
79
std::cout <<
"in get_random()\n"
;
80
co_return 4;
81
}
82
83
int Funa(int);
84
Callers
7
testVarDeclAndConditional
Function · 0.70
testIfStmt
Function · 0.70
testCallExpr
Function · 0.70
testSwitch
Function · 0.70
testWhile
Function · 0.70
testDoWhile
Function · 0.70
testForLoop
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected