Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/Issue679.cpp:72–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
int main()
73
{
74
auto generator = Generator();
75
while (const char* item = generator.next()) {
76
std::cout << item;
77
}
78
std::cout << std::endl;
79
80
return 0;
81
}
Callers
nothing calls this directly
Calls
2
Generator
Function · 0.85
next
Method · 0.80
Tested by
no test coverage detected