| 775 | } |
| 776 | |
| 777 | AwaitEventLoop* AwaitTask::Promise::findEventLoop() { return nullptr; } |
| 778 | |
| 779 | AwaitEventLoop* AwaitTask::Promise::findEventLoop(AwaitEventLoop& await) { return &await; } |
| 780 |
nothing calls this directly
no outgoing calls
no test coverage detected