Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ clear_variable_symbols
Function
clear_variable_symbols
src/backend/gsl/Parser.cpp:253–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void clear_variable_symbols() {
254
Symbol* s;
255
while (!variable_symbols.empty()) {
256
s = variable_symbols.back();
257
variable_symbols.pop_back();
258
delete s;
259
}
260
}
261
262
} // namespace Parsing
Callers
1
delete_table
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected