Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getDirection
Method
getDirection
src/native-ts/yoga-layout/index.ts:903–905 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
901
return
this.style.positionType
902
}
903
getDirection(): Direction {
904
return
this.style.direction
905
}
906
907
// -- Unused API stubs (present for API parity)
908
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected