MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / GetState

Method GetState

internal/tui/app.go:2214–2216  ·  view source on GitHub ↗

GetState returns the current app state.

()

Source from the content-addressed store, hash-verified

2212
2213// GetState returns the current app state.
2214func (a *App) GetState() AppState {
2215 return a.state
2216}
2217
2218// GetIteration returns the current iteration count.
2219func (a *App) GetIteration() int {

Callers 4

loadPRDEntryMethod · 0.45
handleLoopFinishedMethod · 0.45
switchToPRDMethod · 0.45
loadTabEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected