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

Method getOverflow

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

Source from the content-addressed store, hash-verified

895 return this.style.height
896 }
897 getOverflow(): Overflow {
898 return this.style.overflow
899 }
900 getPositionType(): PositionType {
901 return this.style.positionType
902 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected