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

Method calculateLayout

src/ink/layout/yoga.ts:82–84  ·  view source on GitHub ↗
(width?: number, _height?: number)

Source from the content-addressed store, hash-verified

80 // Layout
81
82 calculateLayout(width?: number, _height?: number): void {
83 this.yoga.calculateLayout(width, undefined, Direction.LTR)
84 }
85
86 setMeasureFunc(fn: LayoutMeasureFunc): void {
87 this.yoga.setMeasureFunc((w, wMode) => {

Callers 2

renderToScreenFunction · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected