MCPcopy 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
31export function fmtInt(n: any): string {
32 const v = Number(n) || 0;
33 return v.toLocaleString();
34}
35
36export function fmtTime(epoch: any): string {
37 const v = Number(epoch);

Callers 14

TimelineChartFunction · 0.90
CompressionBarsFunction · 0.90
ToolReadFileFunction · 0.90
ToolSearchFilesFunction · 0.90
SearchResultCardFunction · 0.90
MessageItemFunction · 0.90
NodeRefFunction · 0.90
MessageDetailFunction · 0.90
NodeDetailFunction · 0.90
SessionDetailFunction · 0.90
gcPhaseSummaryFunction · 0.90
StoreHealthCardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected