Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getComputedHeight
Method
getComputedHeight
src/ink/layout/yoga.ts:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
getComputedHeight(): number {
121
return
this.yoga.getComputedHeight()
122
}
123
124
getComputedBorder(edge: LayoutEdge): number {
125
return
this.yoga.getComputedBorder(EDGE_MAP[edge]!)
Callers
13
VirtualMessageList
Function · 0.45
jump
Function · 0.45
renderBorder
Function · 0.45
renderToScreen
Function · 0.45
createRenderer
Function · 0.45
measureElement
Function · 0.45
renderNodeToOutput
Function · 0.45
renderScrolledChildren
Function · 0.45
scanElementSubtree
Method · 0.45
walk
Function · 0.45
getFreshScrollHeight
Function · 0.45
useTerminalViewport
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected