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

Method getDisplay

src/native-ts/yoga-layout/index.ts:781–783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

779 this.markDirty()
780 }
781 getDisplay(): Display {
782 return this.style.display
783 }
784 setPositionType(t: PositionType): void {
785 this.style.positionType = t
786 this.markDirty()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected