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

Method getComputedPadding

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

Source from the content-addressed store, hash-verified

126 }
127
128 getComputedPadding(edge: LayoutEdge): number {
129 return this.yoga.getComputedPadding(EDGE_MAP[edge]!)
130 }
131
132 // Style setters
133

Callers 2

getMaxWidthFunction · 0.45
renderNodeToOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected