Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ addFile
Method
addFile
src/App/Metadata.cpp:373–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
void Metadata::addFile(const fs::path& path)
374
{
375
_file.push_back(path);
376
}
377
378
void Metadata::addContentItem(const std::string& tag, const Metadata& item)
379
{
Callers
15
Save
Method · 0.45
Restore
Method · 0.45
Save
Method · 0.45
Restore
Method · 0.45
Save
Method · 0.45
Restore
Method · 0.45
Save
Method · 0.45
Restore
Method · 0.45
Save
Method · 0.45
Restore
Method · 0.45
Save
Method · 0.45
Restore
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected