Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ fun
Function
fun
tests/EduCoroutineSimpleTest.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
generator fun() {
35
co_return 2;
36
}
37
38
int main() {
39
auto s = fun();
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected