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