| 123 | bool AwaitIsCancelled(Result result) { return result.message == AwaitCancellationMessageStorage; } |
| 124 | |
| 125 | const char* AwaitWrongEventLoopMessage() { return AwaitWrongEventLoopMessageStorage; } |
| 126 | |
| 127 | Result AwaitWrongEventLoopResult() { return Result::FromStableCharPointer(AwaitWrongEventLoopMessageStorage); } |
| 128 |
nothing calls this directly
no outgoing calls
no test coverage detected