MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / parse

Method parse

src/App/Expression.cpp:921–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921ExpressionPtr Expression::parse(const DocumentObject* owner, const std::string& buffer)
922{
923 return ExpressionParser::parse(owner, buffer.c_str());
924}
925
926void Expression::getDeps(ExpressionDeps &deps, int option) const {
927 for(auto &v : getIdentifiers()) {

Callers 3

loadDocumentMethod · 0.45
parseMetadataMethod · 0.45
loadFromInputSourceMethod · 0.45

Calls 6

initParserFunction · 0.85
ExceptionClass · 0.70
parseFunction · 0.50
formatFunction · 0.50
c_strMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected