Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ modelDisplayName
Function
modelDisplayName
freebuff/web/src/server/live-stats.ts:36–38 ·
view source on GitHub ↗
(modelId: string)
Source
from the content-addressed store, hash-verified
34
)
35
36
function
modelDisplayName(modelId: string): string {
37
return
MODEL_LABELS[modelId] ?? modelId.split(
'/'
).at(-1) ?? modelId
38
}
39
40
function
liveSessionWhere(now: Date) {
41
return
and(
Callers
1
getFreebuffLiveStats
Function · 0.85
Calls
1
at
Method · 0.80
Tested by
no test coverage detected