| 532 | { |
| 533 | public: |
| 534 | explicit CoroutinesCodeGenerator(OutputFormatHelper& _outputFormatHelper, const size_t posBeforeFunc) |
| 535 | : CoroutinesCodeGenerator{_outputFormatHelper, posBeforeFunc, {}, {}, {}} |
| 536 | { |
| 537 | } |
| 538 | |
| 539 | explicit CoroutinesCodeGenerator(OutputFormatHelper& _outputFormatHelper, |
| 540 | const size_t posBeforeFunc, |
nothing calls this directly
no outgoing calls
no test coverage detected