============================================================================== TEST HELPERS ==============================================================================
| 152 | // TEST HELPERS |
| 153 | //============================================================================== |
| 154 | int DummyCoro(CoroContext<int>::Ptr ctx) |
| 155 | { |
| 156 | UNUSED(ctx); |
| 157 | return 0; |
| 158 | } |
| 159 | |
| 160 | std::string DummyCoro2(VoidContextPtr) |
| 161 | { |
nothing calls this directly
no outgoing calls
no test coverage detected