MCPcopy 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
238void delete_table(void) {
239 DEBUG_PARSER("PARSER: delete_table()");
240 clear_static_symbols();
241 clear_variable_symbols();
242}
243
244void clear_static_symbols() {
245 StaticSymbol* s;

Callers 1

~ExpressionParserMethod · 0.85

Calls 2

clear_static_symbolsFunction · 0.85
clear_variable_symbolsFunction · 0.85

Tested by

no test coverage detected