Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ delete_table
Function
delete_table
src/backend/gsl/Parser.cpp:238–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
void delete_table(void) {
239
DEBUG_PARSER(
"PARSER: delete_table()"
);
240
clear_static_symbols();
241
clear_variable_symbols();
242
}
243
244
void clear_static_symbols() {
245
StaticSymbol* s;
Callers
1
~ExpressionParser
Method · 0.85
Calls
2
clear_static_symbols
Function · 0.85
clear_variable_symbols
Function · 0.85
Tested by
no test coverage detected