MCPcopy Index your code
hub / github.com/cli/cli / SetSpinnerDisabled

Method SetSpinnerDisabled

pkg/iostreams/iostreams.go:283–285  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

281}
282
283func (s *IOStreams) SetSpinnerDisabled(v bool) {
284 s.spinnerDisabled = v
285}
286
287func (s *IOStreams) StartProgressIndicator() {
288 s.StartProgressIndicatorWithLabel("")

Callers 2

newTestIOStreamsFunction · 0.95
newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by 1

newTestIOStreamsFunction · 0.76