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

Method Sort

library/src/moves/moves.cpp:627–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627auto Moves::Sort(const int tricks, const int relHand) -> void {
628 numMoves = moveList[tricks][relHand].last + 1;
629 mply = moveList[tricks][relHand].move;
630 Moves::MergeSort();
631}
632
633#define CMP_SWAP(i, j) \
634 if (mply[i].weight < mply[j].weight) { \

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64