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

Method setGapPercent

src/native-ts/yoga-layout/index.ts:857–860  ·  view source on GitHub ↗
(gutter: Gutter, v: number)

Source from the content-addressed store, hash-verified

855 this.markDirty()
856 }
857 setGapPercent(gutter: Gutter, v: number): void {
858 this.style.gap[gutter] = percentValue(v)
859 this.markDirty()
860 }
861
862 // -- Style getters (partial — only what tests need)
863

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected