MCPcopy Create free account
hub / github.com/cli/cli / GetNeverPrompt

Method GetNeverPrompt

pkg/iostreams/iostreams.go:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271func (s *IOStreams) GetNeverPrompt() bool {
272 return s.neverPrompt
273}
274
275func (s *IOStreams) SetNeverPrompt(v bool) {
276 s.neverPrompt = v

Callers 1

Test_newIOStreams_promptFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_newIOStreams_promptFunction · 0.64