Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
function fmtLoad(load: number): string {
66
if (load == null) return
" "
;
67
return formatNumber4(load);
68
}
69
70
// ---- model ----
71
Callers
1
processviewer.tsx
File · 0.85
Calls
1
formatNumber4
Function · 0.85
Tested by
no test coverage detected