MCPcopy Create free account
hub / github.com/capable-average/tagTonic / setError

Method setError

tui/app.go:323–330  ·  view source on GitHub ↗
(message, details string)

Source from the content-addressed store, hash-verified

321}
322
323func (a *App) setError(message, details string) {
324 errorMsg := message
325 if details != "" {
326 errorMsg += ": " + details
327 }
328 a.statusMessage = " ERROR: " + errorMsg
329 a.statusTimeout = 0
330}
331
332func (a *App) View() string {
333 if !a.layout.IsMinimumSize() {

Callers 3

handleFileBrowserKeysMethod · 0.95
UpdateMethod · 0.95
saveTagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected