Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ remapHeadPhysicalToLogical
Method
remapHeadPhysicalToLogical
lib/data/layout.h:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
unsigned remapHeadPhysicalToLogical(unsigned physicalHead) const
132
{
133
return physicalHead ^ swapSides;
134
}
135
136
unsigned remapHeadLogicalToPhysical(unsigned logicalHead) const
137
{
Callers
1
drawLogicalMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected