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

Function setTickInterval

src/ink/components/ClockContext.tsx:62–66  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

60 return Date.now() - startTime;
61 },
62 setTickInterval(ms) {
63 if (ms === currentTickIntervalMs) return;
64 currentTickIntervalMs = ms;
65 updateInterval();
66 }
67 };
68}
69export const ClockContext = createContext<Clock | null>(null);

Callers

nothing calls this directly

Calls 1

updateIntervalFunction · 0.85

Tested by

no test coverage detected