MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / makeTableLayout

Function makeTableLayout

src/layout-manager.js:173–180  ·  view source on GitHub ↗
(rows)

Source from the content-addressed store, hash-verified

171 }
172
173 function makeTableLayout(rows) {
174 let cellRows = generateCells(rows);
175 layoutTable(cellRows);
176 fillInTable(cellRows);
177 addRowSpanCells(cellRows);
178 addColSpanCells(cellRows);
179 return cellRows;
180 }
181
182 module.exports = {
183 makeTableLayout: makeTableLayout,

Callers 1

Calls 5

generateCellsFunction · 0.85
layoutTableFunction · 0.85
fillInTableFunction · 0.85
addRowSpanCellsFunction · 0.85
addColSpanCellsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…