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

Function isBuddyLive

src/buddy/useBuddyNotification.tsx:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 return d.getFullYear() === 2026 && d.getMonth() === 3 && d.getDate() <= 7;
16}
17export 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}
22function RainbowText(t0) {
23 const $ = _c(2);
24 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected