MCPcopy 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
169func (m runModel) stChan() chan tea.Msg {
170 m.st.mu.Lock()
171 defer m.st.mu.Unlock()
172 return m.st.msgCh
173}
174
175func (m runModel) pid() int {
176 m.st.mu.Lock()

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected