MCPcopy 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
40template <typename T>
41generator<T> fun() {
42 co_return 2;
43}
44
45
46int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected