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

Function setStatus

tui/app.go:276–278  ·  view source on GitHub ↗

setStatus returns a tea.Cmd that emits a statusMsg.

(format string, args ...any)

Source from the content-addressed store, hash-verified

274
275// setStatus returns a tea.Cmd that emits a statusMsg.
276func setStatus(format string, args ...any) tea.Cmd {
277 return func() tea.Msg { return statusMsg(fmt.Sprintf(format, args...)) }
278}

Callers 5

startSNIMethod · 0.85
saveToProfileMethod · 0.85
setActiveMethod · 0.85
startMethod · 0.85
persistMethod · 0.85

Calls 1

statusMsgTypeAlias · 0.85

Tested by

no test coverage detected