MCPcopy Create free account
hub / github.com/KDE/labplot / remove_symbol

Method remove_symbol

src/backend/gsl/Parser.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int Parser::remove_symbol(const char* symbol_name) {
96 return remove_symbol_(symbol_name);
97}
98
99bool Parser::set_specialfunctionPayload(const char* function_name, func_tPayload function, std::weak_ptr<Payload> payload) {
100 DEBUG_PARSER("PARSER: set_SpecialFunction0()");

Callers 2

isValidMethod · 0.80
testVariablesMethod · 0.80

Calls

no outgoing calls

Tested by 1

testVariablesMethod · 0.64