turnOutcome is how a finished turn ended, frozen into the status bar until the next submit. outcomeNone is the zero value (no turn has finished yet, or the frozen summary was cleared at the start of a new turn).
| 58 | // next submit. outcomeNone is the zero value (no turn has finished yet, or the |
| 59 | // frozen summary was cleared at the start of a new turn). |
| 60 | type turnOutcome int |
| 61 | |
| 62 | const ( |
| 63 | outcomeNone turnOutcome = iota |
nothing calls this directly
no outgoing calls
no test coverage detected