Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setFlexBasisPercent
Method
setFlexBasisPercent
src/ink/layout/yoga.ts:196–198 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
194
this.yoga.setFlexBasis(value)
195
}
196
setFlexBasisPercent(value: number): void {
197
this.yoga.setFlexBasisPercent(value)
198
}
199
200
setFlexWrap(wrap: LayoutWrap): void {
201
const
map: Record<LayoutWrap, Wrap> = {
Callers
1
applyFlexStyles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected