MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/buddy/useBuddyNotification.tsx:40–42  ·  view source on GitHub ↗
(ch, i)

Source from the content-addressed store, hash-verified

38// Rainbow /buddy teaser shown on startup when no companion hatched yet.
39// Idle presence and reactions are handled by CompanionSprite directly.
40function _temp(ch, i) {
41 return <Text key={i} color={getRainbowColor(i)}>{ch}</Text>;
42}
43export function useBuddyNotification() {
44 const $ = _c(4);
45 const {

Callers

nothing calls this directly

Calls 1

getRainbowColorFunction · 0.85

Tested by

no test coverage detected