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

Function fun

tests/EduCoroutineAllocFailureTest.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template <typename T>
40generator<T> fun() {
41 co_return 2;
42}
43
44
45int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected