MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / TickConfetti

Method TickConfetti

internal/tui/completion.go:155–159  ·  view source on GitHub ↗

TickConfetti advances the confetti animation by one frame.

()

Source from the content-addressed store, hash-verified

153
154// TickConfetti advances the confetti animation by one frame.
155func (c *CompletionScreen) TickConfetti() {
156 if c.confetti != nil {
157 c.confetti.Tick()
158 }
159}
160
161// HasConfetti returns true if confetti is still animating.
162func (c *CompletionScreen) HasConfetti() bool {

Callers 1

UpdateMethod · 0.80

Calls 1

TickMethod · 0.45

Tested by

no test coverage detected