MCPcopy Create free account
hub / github.com/codehamr/codehamr / turnOutcome

TypeAlias turnOutcome

internal/tui/model.go:60–60  ·  view source on GitHub ↗

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).

Source from the content-addressed store, hash-verified

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).
60type turnOutcome int
61
62const (
63 outcomeNone turnOutcome = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected