MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getDisplay

Method getDisplay

src/ink/layout/yoga.ts:247–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245 }
246
247 getDisplay(): LayoutDisplay {
248 return this.yoga.getDisplay() === Display.None
249 ? LayoutDisplay.None
250 : LayoutDisplay.Flex
251 }
252
253 setPositionType(type: LayoutPositionType): void {
254 this.yoga.setPositionType(

Callers 2

renderNodeToOutputFunction · 0.45
walkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected