Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setWidthAuto
Method
setWidthAuto
src/ink/layout/yoga.ts:140–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
this.yoga.setWidthPercent(value)
139
}
140
setWidthAuto(): void {
141
this.yoga.setWidthAuto()
142
}
143
setHeight(value: number): void {
144
this.yoga.setHeight(value)
145
}
Callers
1
applyDimensionStyles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected