Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ fun
Function
fun
tests/EduCoroutineWithExceptionHandlerTest.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
template <typename T>
41
generator<T> fun() {
42
co_return 2;
43
}
44
45
46
int main() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected