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

Function createOriginAnyParser

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

Source from the content-addressed store, hash-verified

221}
222
223OriginParser *createOriginAnyParser(const string &fileName)
224{
225 return new OriginAnyParser(fileName);
226}
227
228unsigned int OriginAnyParser::readObjectSize()
229{

Callers 1

OriginFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected