MCPcopy Create free account
hub / github.com/SamNet-dev/snix / newRunModel

Function newRunModel

tui/run.go:49–55  ·  view source on GitHub ↗
(a *App)

Source from the content-addressed store, hash-verified

47const maxLogLines = 2000
48
49func newRunModel(a *App) runModel {
50 return runModel{
51 app: a,
52 st: &runState{},
53 vp: viewport.New(80, 20),
54 }
55}
56
57func (m runModel) Init() tea.Cmd { return nil }
58

Callers 1

newAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected