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

Method functionIndex

src/3rdparty/liborigin/OriginFile.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226vector<Origin::Function>::difference_type OriginFile::functionIndex(const string &name) const
227{
228 return parser->findFunctionByName(name);
229}
230
231Origin::Function &OriginFile::function(vector<Origin::Function>::size_type f) const
232{

Callers 1

loadCurvesMethod · 0.80

Calls 1

findFunctionByNameMethod · 0.80

Tested by

no test coverage detected