Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
30
export default async function LivePage() {
31
const initialStats = await getFreebuffLiveStats()
32
return <LiveClient initialStats={initialStats} />
33
}
Callers
nothing calls this directly
Calls
1
getFreebuffLiveStats
Function · 0.90
Tested by
no test coverage detected