v1.x only:
| 71 | |
| 72 | // v1.x only: |
| 73 | static const char* FinalStateToDroppedString(PresentResult res) |
| 74 | { |
| 75 | switch (res) { |
| 76 | case PresentResult::Presented: return "0"; |
| 77 | default: return "1"; |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | /* This text is reproduced in the readme, modify both if there are changes: |
| 82 |
no outgoing calls
no test coverage detected