Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
applyPaddingToText
Function · 0.45
renderNodeToOutput
Function · 0.45
scanElementSubtree
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected