MCPcopy Index your code
hub / github.com/cli-table/cli-table3 / table-layout-test.js

File table-layout-test.js

test/table-layout-test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('tableLayout', function () {
2 const Cell = require('../src/cell');
3 const layoutManager = require('../src/layout-manager');
4 const { makeTableLayout, addRowSpanCells, fillInTable, computeWidths, computeHeights } = layoutManager;

Callers

nothing calls this directly

Calls 6

makeTableLayoutFunction · 0.85
checkLayoutFunction · 0.85
mcFunction · 0.85
fillInTableFunction · 0.85
addRowSpanCellsFunction · 0.85
itFunction · 0.50

Tested by

no test coverage detected