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

Method setGap

src/ink/layout/yoga.ts:285–287  ·  view source on GitHub ↗
(gutter: LayoutGutter, value: number)

Source from the content-addressed store, hash-verified

283 this.yoga.setBorder(EDGE_MAP[edge]!, value)
284 }
285 setGap(gutter: LayoutGutter, value: number): void {
286 this.yoga.setGap(GUTTER_MAP[gutter]!, value)
287 }
288
289 // Lifecycle
290

Callers 1

applyGapStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected