Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamNet-dev/snix
/ isRunning
Method
isRunning
tui/run.go:157–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(m runModel) isRunning() bool {
158
m.st.mu.Lock()
159
defer
m.st.mu.Unlock()
160
return
m.st.running
161
}
162
163
func
(m runModel) startTime() time.Time {
164
m.st.mu.Lock()
Callers
3
Update
Method · 0.95
View
Method · 0.95
shutdown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected