Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
OriginParser *createOriginAnyParser(const string &fileName)
224
{
225
return new OriginAnyParser(fileName);
226
}
227
228
unsigned int OriginAnyParser::readObjectSize()
229
{
Callers
1
OriginFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected