MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getComputedLeft

Method getComputedLeft

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

Source from the content-addressed store, hash-verified

106 // Computed layout
107
108 getComputedLeft(): number {
109 return this.yoga.getComputedLeft()
110 }
111
112 getComputedTop(): number {
113 return this.yoga.getComputedTop()

Callers 3

applyPaddingToTextFunction · 0.45
renderNodeToOutputFunction · 0.45
scanElementSubtreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected