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