MCPcopy 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
373void Metadata::addFile(const fs::path& path)
374{
375 _file.push_back(path);
376}
377
378void Metadata::addContentItem(const std::string& tag, const Metadata& item)
379{

Callers 15

SaveMethod · 0.45
RestoreMethod · 0.45
SaveMethod · 0.45
RestoreMethod · 0.45
SaveMethod · 0.45
RestoreMethod · 0.45
SaveMethod · 0.45
RestoreMethod · 0.45
SaveMethod · 0.45
RestoreMethod · 0.45
SaveMethod · 0.45
RestoreMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected