MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setHeightPercent

Method setHeightPercent

src/native-ts/yoga-layout/index.ts:667–670  ·  view source on GitHub ↗
(v: number)

Source from the content-addressed store, hash-verified

665 this.markDirty()
666 }
667 setHeightPercent(v: number): void {
668 this.style.height = percentValue(v)
669 this.markDirty()
670 }
671 setHeightAuto(): void {
672 this.style.height = AUTO_VALUE
673 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected