Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ fmtInt
Function
fmtInt
dashboard/lcm/src/helpers.ts:31–34 ·
view source on GitHub ↗
(n: any)
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
fmtInt(n: any): string {
32
const
v = Number(n) || 0;
33
return
v.toLocaleString();
34
}
35
36
export
function
fmtTime(epoch: any): string {
37
const
v = Number(epoch);
Callers
14
TimelineChart
Function · 0.90
CompressionBars
Function · 0.90
ToolReadFile
Function · 0.90
ToolSearchFiles
Function · 0.90
SearchResultCard
Function · 0.90
MessageItem
Function · 0.90
NodeRef
Function · 0.90
MessageDetail
Function · 0.90
NodeDetail
Function · 0.90
SessionDetail
Function · 0.90
gcPhaseSummary
Function · 0.90
StoreHealthCard
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected