Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setWidth
Method
setWidth
src/ink/layout/yoga.ts:134–136 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
132
// Style setters
133
134
setWidth(value: number): void {
135
this.yoga.setWidth(value)
136
}
137
setWidthPercent(value: number): void {
138
this.yoga.setWidthPercent(value)
139
}
Callers
3
renderToScreen
Function · 0.45
constructor
Method · 0.45
applyDimensionStyles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected