MCPcopy 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
157func (m runModel) isRunning() bool {
158 m.st.mu.Lock()
159 defer m.st.mu.Unlock()
160 return m.st.running
161}
162
163func (m runModel) startTime() time.Time {
164 m.st.mu.Lock()

Callers 3

UpdateMethod · 0.95
ViewMethod · 0.95
shutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected