| 125 | const char* AwaitWrongEventLoopMessage() { return AwaitWrongEventLoopMessageStorage; } |
| 126 | |
| 127 | Result AwaitWrongEventLoopResult() { return Result::FromStableCharPointer(AwaitWrongEventLoopMessageStorage); } |
| 128 | |
| 129 | bool AwaitIsWrongEventLoop(Result result) { return result.message == AwaitWrongEventLoopMessageStorage; } |
| 130 |
no outgoing calls
no test coverage detected