MCPcopy 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

applyPaddingToTextFunction · 0.45
renderNodeToOutputFunction · 0.45
siblingSharesYFunction · 0.45
renderScrolledChildrenFunction · 0.45
scanElementSubtreeMethod · 0.45
walkFunction · 0.45
useTerminalViewportFunction · 0.45
useVirtualScrollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected