Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getComputedTop
Method
getComputedTop
src/native-ts/yoga-layout/index.ts:605–607 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
603
return
this.layout.left
604
}
605
getComputedTop(): number {
606
return
this.layout.top
607
}
608
getComputedWidth(): number {
609
return
this.layout.width
610
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected