MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / fun

Function fun

tests/EduCoroutineWithDtorTest.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <typename T>
43generator<T> fun() {
44 co_return 2;
45}
46
47
48int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected