Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ getRandomWord
Function
getRandomWord
packages/arctic/src/cli/cmd/tui/ui/shimmer-text.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
const
BULLET =
"● "
24
25
export
function
getRandomWord(): string {
26
return
BULLET + WORDS[Math.floor(Math.random() * WORDS.length)] +
"..."
27
}
28
29
export
interface
ShimmerTextOptions {
30
color: ColorInput
Callers
1
AssistantMessage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected