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

Function allBlank

src/layout-manager.js:81–88  ·  view source on GitHub ↗
(rows, y, xMin, xMax)

Source from the content-addressed store, hash-verified

79 }
80
81 function allBlank(rows, y, xMin, xMax) {
82 for (let x = xMin; x < xMax; x++) {
83 if (conflictExists(rows, x, y)) {
84 return false;
85 }
86 }
87 return true;
88 }
89
90 function addRowSpanCells(table) {
91 table.forEach(function (row, rowIndex) {

Callers 1

fillInTableFunction · 0.85

Calls 1

conflictExistsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…