Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getMaxWidth
Function · 0.45
renderNodeToOutput
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected