Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setFlexGrow
Method
setFlexGrow
src/ink/layout/yoga.ts:187–189 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
185
}
186
187
setFlexGrow(value: number): void {
188
this.yoga.setFlexGrow(value)
189
}
190
setFlexShrink(value: number): void {
191
this.yoga.setFlexShrink(value)
192
}
Callers
1
applyFlexStyles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected