MCPcopy Create free account
hub / github.com/dds-bridge/dds / EnsureValidRankPattern

Method EnsureValidRankPattern

library/tests/trans_table/mock_data_generators.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void MockWinRankGenerator::EnsureValidRankPattern(unsigned short& ranks)
365{
366 ranks &= 0x1FFF; // Ensure only 13 bits are set
367}
368
369unsigned short MockWinRankGenerator::CreateRankSequence(int start, int length)
370{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected