MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / SetGHError

Method SetGHError

internal/tui/settings.go:158–161  ·  view source on GitHub ↗

SetGHError sets the GH CLI error message.

(msg string)

Source from the content-addressed store, hash-verified

156
157// SetGHError sets the GH CLI error message.
158func (s *SettingsOverlay) SetGHError(msg string) {
159 s.ghError = msg
160 s.showGHError = true
161}
162
163// HasGHError returns true if a GH CLI error is being displayed.
164func (s *SettingsOverlay) HasGHError() bool {

Callers 3

handleSettingsGHCheckMethod · 0.80

Calls

no outgoing calls

Tested by 2