MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / rowToCell

Method rowToCell

3ds/source/MainScreen.cpp:907–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907size_t MainScreen::rowToCell(size_t row) const
908{
909 return (selected.transferRow && row > 1) ? row - 1 : row;
910}
911
912size_t MainScreen::cellToRow(size_t cell) const
913{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected