()
| 15 | return d.getFullYear() === 2026 && d.getMonth() === 3 && d.getDate() <= 7; |
| 16 | } |
| 17 | export function isBuddyLive(): boolean { |
| 18 | if ("external" === 'ant') return true; |
| 19 | const d = new Date(); |
| 20 | return d.getFullYear() > 2026 || d.getFullYear() === 2026 && d.getMonth() >= 3; |
| 21 | } |
| 22 | function RainbowText(t0) { |
| 23 | const $ = _c(2); |
| 24 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected