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

Method getComputedLeft

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

Source from the content-addressed store, hash-verified

600 // -- Computed layout getters
601
602 getComputedLeft(): number {
603 return this.layout.left
604 }
605 getComputedTop(): number {
606 return this.layout.top
607 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected