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

Function getColumns

frontend/app/view/processviewer/processviewer.tsx:483–485  ·  view source on GitHub ↗
(platform: string)

Source from the content-addressed store, hash-verified

481];
482
483function getColumns(platform: string): ColDef[] {
484 return Columns.filter((c) => !c.hideOnPlatform?.includes(platform));
485}
486
487function getGridTemplate(platform: string): string {
488 return getColumns(platform)

Callers 2

getGridTemplateFunction · 0.85
processviewer.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected