Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getLocalReader
Method
getLocalReader
src/Base/Reader.cpp:730–733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
728
}
729
730
std::shared_ptr<Base::XMLReader> Base::Reader::getLocalReader() const
731
{
732
return (this->localreader);
733
}
Callers
1
readFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected