MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / Stop

Method Stop

internal/ui/spinner.go:59–65  ·  view source on GitHub ↗

Stop must be called exactly once per started spinner.

()

Source from the content-addressed store, hash-verified

57
58// Stop must be called exactly once per started spinner.
59func (s *Spinner) Stop() {
60 if s.stop == nil {
61 return // no-op spinner (non-TTY)
62 }
63 close(s.stop)
64 <-s.done
65}

Callers 1

StartSpinnerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected