Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setHeightAuto
Method
setHeightAuto
src/ink/layout/yoga.ts:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
this.yoga.setHeightPercent(value)
148
}
149
setHeightAuto(): void {
150
this.yoga.setHeightAuto()
151
}
152
setMinWidth(value: number): void {
153
this.yoga.setMinWidth(value)
154
}
Callers
1
applyDimensionStyles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected