Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setMaxHeightPercent
Method
setMaxHeightPercent
src/native-ts/yoga-layout/index.ts:703–706 ·
view source on GitHub ↗
(v: number)
Source
from the content-addressed store, hash-verified
701
this.markDirty()
702
}
703
setMaxHeightPercent(v: number): void {
704
this.style.maxHeight = percentValue(v)
705
this.markDirty()
706
}
707
708
// -- Style setters: flex
709
Callers
nothing calls this directly
Calls
2
markDirty
Method · 0.95
percentValue
Function · 0.85
Tested by
no test coverage detected