MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / varLess

Function varLess

gui/qt/vartablemodel.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static bool varLess(const calc_var_t &var, const calc_var_t &other) {
102 return calc_var_compare_names(&var, &other) < 0;
103}
104
105void VarTableModel::refresh() {
106 calc_var_t var;

Callers 1

refreshMethod · 0.85

Calls 1

calc_var_compare_namesFunction · 0.85

Tested by

no test coverage detected