MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / fullscreenSpinner

Function fullscreenSpinner

ui/fullscreen_backend.go:815–823  ·  view source on GitHub ↗
(frame int)

Source from the content-addressed store, hash-verified

813}
814
815func fullscreenSpinner(frame int) string {
816 if len(fullscreenSpinnerFrames) == 0 {
817 return "-"
818 }
819 if frame < 0 {
820 frame = -frame
821 }
822 return fullscreenCyan + fullscreenSpinnerFrames[frame%len(fullscreenSpinnerFrames)] + fullscreenReset
823}
824
825func animatedDots(frame int) string {
826 if frame < 0 {

Callers 2

animatedTaskLineMethod · 0.85
formatStatusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected