MCPcopy
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

VirtualMessageListFunction · 0.45
jumpFunction · 0.45
renderBorderFunction · 0.45
renderToScreenFunction · 0.45
createRendererFunction · 0.45
measureElementFunction · 0.45
renderNodeToOutputFunction · 0.45
renderScrolledChildrenFunction · 0.45
scanElementSubtreeMethod · 0.45
walkFunction · 0.45
getFreshScrollHeightFunction · 0.45
useTerminalViewportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected