Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ GetSpinnerDisabled
Method
GetSpinnerDisabled
pkg/iostreams/iostreams.go:291–293 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
289
}
290
291
func
(s *IOStreams) GetSpinnerDisabled() bool {
292
return
s.spinnerDisabled
293
}
294
295
func
(s *IOStreams) SetSpinnerDisabled(v bool) {
296
s.spinnerDisabled = v
Callers
2
Main
Function · 0.95
Test_newIOStreams_spinnerDisabled
Function · 0.80
Calls
no outgoing calls
Tested by
1
Test_newIOStreams_spinnerDisabled
Function · 0.64