MCPcopy Create free account
hub / github.com/diillson/chatcli / NewAnimationManager

Function NewAnimationManager

cli/animation_manager.go:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func NewAnimationManager() *AnimationManager {
30 return &AnimationManager{
31 done: make(chan struct{}),
32 }
33}
34
35// SetSuppressed enables or disables animation suppression. When suppressed,
36// ShowThinkingAnimation stores the message but does not start the spinner goroutine.

Calls

no outgoing calls