Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamNet-dev/snix
/ stChan
Method
stChan
tui/run.go:169–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
}
168
169
func
(m runModel) stChan()
chan
tea.Msg {
170
m.st.mu.Lock()
171
defer
m.st.mu.Unlock()
172
return
m.st.msgCh
173
}
174
175
func
(m runModel) pid() int {
176
m.st.mu.Lock()
Callers
1
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected