Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ MetaDataParser
Method
MetaDataParser
src/App/ProjectFile.cpp:203–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
202
public:
203
explicit MetaDataParser(ProjectFile::Metadata& metadata)
204
: metadata{metadata}
205
{
206
propMap = initMap();
207
}
208
209
~MetaDataParser() override
210
{
Callers
nothing calls this directly
Calls
1
initMap
Function · 0.85
Tested by
no test coverage detected