MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getComputedWidth

Method getComputedWidth

src/ink/layout/yoga.ts:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 getComputedWidth(): number {
117 return this.yoga.getComputedWidth()
118 }
119
120 getComputedHeight(): number {
121 return this.yoga.getComputedHeight()

Callers 7

renderBorderFunction · 0.45
getMaxWidthFunction · 0.45
createRendererFunction · 0.45
measureElementFunction · 0.45
renderNodeToOutputFunction · 0.45
scanElementSubtreeMethod · 0.45
useVirtualScrollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected