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

Function compare_PAR

library/tests/compare.cpp:72–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72bool compare_PAR(
73 const ParResults& par1,
74 const ParResults& par2)
75{
76 if (strcmp(par1.par_score[0], par2.par_score[0]))
77 return false;
78 if (strcmp(par1.par_score[1], par2.par_score[1]))
79 return false;
80 if (strcmp(par1.par_contracts_string[0], par2.par_contracts_string[0]))
81 return false;
82 if (strcmp(par1.par_contracts_string[1], par2.par_contracts_string[1]))
83 return false;
84
85 return true;
86}
87
88
89bool compare_DEALERPAR(

Callers 1

loop_parFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected