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

Method animatedTaskLine

ui/fullscreen_backend.go:811–813  ·  view source on GitHub ↗
(frame RenderFrame)

Source from the content-addressed store, hash-verified

809}
810
811func (b *FullscreenRendererBackend) animatedTaskLine(frame RenderFrame) string {
812 return fmt.Sprintf("%s 正在执行任务%s", fullscreenSpinner(frame.AnimationFrame), animatedDots(frame.AnimationFrame))
813}
814
815func fullscreenSpinner(frame int) string {
816 if len(fullscreenSpinnerFrames) == 0 {

Callers 1

buildTaskBlocksMethod · 0.95

Calls 2

fullscreenSpinnerFunction · 0.85
animatedDotsFunction · 0.85

Tested by

no test coverage detected