MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getComputedPadding

Method getComputedPadding

src/native-ts/yoga-layout/index.ts:642–644  ·  view source on GitHub ↗
(edge: Edge)

Source from the content-addressed store, hash-verified

640 return this.layout.border[physicalEdge(edge)]!
641 }
642 getComputedPadding(edge: Edge): number {
643 return this.layout.padding[physicalEdge(edge)]!
644 }
645 getComputedMargin(edge: Edge): number {
646 return this.layout.margin[physicalEdge(edge)]!
647 }

Callers

nothing calls this directly

Calls 1

physicalEdgeFunction · 0.85

Tested by

no test coverage detected