MCPcopy 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
487function getGridTemplate(platform: string): string {
488 return getColumns(platform)
489 .map((c) => c.width)
490 .join(" ");
491}
492
493// ---- components ----
494

Callers 1

processviewer.tsxFile · 0.85

Calls 1

getColumnsFunction · 0.85

Tested by

no test coverage detected