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

Method getComputedHeight

src/native-ts/yoga-layout/index.ts:611–613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

609 return this.layout.width
610 }
611 getComputedHeight(): number {
612 return this.layout.height
613 }
614 getComputedRight(): number {
615 const p = this.parent
616 return p ? p.layout.width - this.layout.left - this.layout.width : 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected