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

Method getComputedWidth

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

Source from the content-addressed store, hash-verified

606 return this.layout.top
607 }
608 getComputedWidth(): number {
609 return this.layout.width
610 }
611 getComputedHeight(): number {
612 return this.layout.height
613 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected