Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
const
maxLogLines = 2000
48
49
func
newRunModel(a *App) runModel {
50
return
runModel{
51
app: a,
52
st: &runState{},
53
vp: viewport.New(80, 20),
54
}
55
}
56
57
func
(m runModel) Init() tea.Cmd {
return
nil }
58
Callers
1
newApp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected