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

Method getComputedBorder

src/ink/layout/yoga.ts:124–126  ·  view source on GitHub ↗
(edge: LayoutEdge)

Source from the content-addressed store, hash-verified

122 }
123
124 getComputedBorder(edge: LayoutEdge): number {
125 return this.yoga.getComputedBorder(EDGE_MAP[edge]!)
126 }
127
128 getComputedPadding(edge: LayoutEdge): number {
129 return this.yoga.getComputedPadding(EDGE_MAP[edge]!)

Callers 2

getMaxWidthFunction · 0.45
renderNodeToOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected