Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
func
(m runModel) startTime() time.Time {
164
m.st.mu.Lock()
165
defer
m.st.mu.Unlock()
166
return
m.st.started
167
}
168
169
func
(m runModel) stChan()
chan
tea.Msg {
170
m.st.mu.Lock()
Callers
1
View
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected