MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / fmtLoad

Function fmtLoad

frontend/app/view/processviewer/processviewer.tsx:65–68  ·  view source on GitHub ↗
(load: number)

Source from the content-addressed store, hash-verified

63}
64
65function fmtLoad(load: number): string {
66 if (load == null) return " ";
67 return formatNumber4(load);
68}
69
70// ---- model ----
71

Callers 1

processviewer.tsxFile · 0.85

Calls 1

formatNumber4Function · 0.85

Tested by

no test coverage detected