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

Method parseErrors

src/backend/gsl/Parser.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int Parser::parseErrors() const {
58 return mParseErrors;
59}
60
61std::string Parser::lastErrorMessage() const {
62 return mLastErrorMessage;

Callers 7

isValidMethod · 0.80
tryEvaluateCartesianMethod · 0.80
tryEvaluatePolarMethod · 0.80
tryEvaluateParametricMethod · 0.80
RangeMethod · 0.80
func_fFunction · 0.80
func_dfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected