Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getComputedTop
Method
getComputedTop
src/ink/layout/yoga.ts:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
getComputedTop(): number {
113
return
this.yoga.getComputedTop()
114
}
115
116
getComputedWidth(): number {
117
return
this.yoga.getComputedWidth()
Callers
8
applyPaddingToText
Function · 0.45
renderNodeToOutput
Function · 0.45
siblingSharesY
Function · 0.45
renderScrolledChildren
Function · 0.45
scanElementSubtree
Method · 0.45
walk
Function · 0.45
useTerminalViewport
Function · 0.45
useVirtualScroll
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected