Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli-table/cli-table3
/ maxHeight
Function
maxHeight
src/layout-manager.js:47–49 ·
view source on GitHub ↗
(table)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
maxHeight(table) {
48
return
table.length;
49
}
50
51
function
cellsConflict(cell1, cell2) {
52
let
yMin1 = cell1.y;
Callers
1
fillInTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…