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

Method coro

tests/EduCoroutineCaptureThisTest.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 int y{6};
30
31 my_resumable coro(int x) {
32 ++y;
33 co_return x + y;
34 }
35};
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected