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

Method startTime

tui/run.go:163–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func (m runModel) startTime() time.Time {
164 m.st.mu.Lock()
165 defer m.st.mu.Unlock()
166 return m.st.started
167}
168
169func (m runModel) stChan() chan tea.Msg {
170 m.st.mu.Lock()

Callers 1

ViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected