Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getGridTemplate
Function
getGridTemplate
frontend/app/view/processviewer/processviewer.tsx:487–491 ·
view source on GitHub ↗
(platform: string)
Source
from the content-addressed store, hash-verified
485
}
486
487
function getGridTemplate(platform: string): string {
488
return getColumns(platform)
489
.map((c) => c.width)
490
.join(
" "
);
491
}
492
493
// ---- components ----
494
Callers
1
processviewer.tsx
File · 0.85
Calls
1
getColumns
Function · 0.85
Tested by
no test coverage detected