MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / migrateModel

Method migrateModel

src/Mod/Material/App/ModelManagerExternal.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void ModelManagerExternal::migrateModel(const QString& libraryName,
171 const QString& path,
172 const Model& model)
173{
174 _cache.erase(model.getUUID().toStdString());
175 ExternalManager::getManager()->migrateModel(libraryName, path, model);
176}
177
178//=====
179//

Callers

nothing calls this directly

Calls 3

toStdStringMethod · 0.80
eraseMethod · 0.45
getUUIDMethod · 0.45

Tested by

no test coverage detected