Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ GetSpinnerDisabled
Method
GetSpinnerDisabled
pkg/iostreams/iostreams.go:279–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
func
(s *IOStreams) GetSpinnerDisabled() bool {
280
return
s.spinnerDisabled
281
}
282
283
func
(s *IOStreams) SetSpinnerDisabled(v bool) {
284
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