MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / LivePage

Function LivePage

freebuff/web/src/app/live/page.tsx:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30export default async function LivePage() {
31 const initialStats = await getFreebuffLiveStats()
32 return <LiveClient initialStats={initialStats} />
33}

Callers

nothing calls this directly

Calls 1

getFreebuffLiveStatsFunction · 0.90

Tested by

no test coverage detected