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

Method setDisplay

src/ink/layout/yoga.ts:243–245  ·  view source on GitHub ↗
(display: LayoutDisplay)

Source from the content-addressed store, hash-verified

241 }
242
243 setDisplay(display: LayoutDisplay): void {
244 this.yoga.setDisplay(display === 'flex' ? Display.Flex : Display.None)
245 }
246
247 getDisplay(): LayoutDisplay {
248 return this.yoga.getDisplay() === Display.None

Callers 3

hideInstanceFunction · 0.45
unhideInstanceFunction · 0.45
applyDisplayStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected