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

Method removeUUID

src/Mod/Material/App/Materials.cpp:698–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698void Material::removeUUID(QSet<QString>& uuidList, const QString& uuid)
699{
700 uuidList.remove(uuid);
701}
702
703void Material::addTag(const QString& tag)
704{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected