Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
static bool varLess(const calc_var_t &var, const calc_var_t &other) {
102
return calc_var_compare_names(&var, &other) < 0;
103
}
104
105
void VarTableModel::refresh() {
106
calc_var_t var;
Callers
1
refresh
Method · 0.85
Calls
1
calc_var_compare_names
Function · 0.85
Tested by
no test coverage detected