Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
698
void Material::removeUUID(QSet<QString>& uuidList, const QString& uuid)
699
{
700
uuidList.remove(uuid);
701
}
702
703
void Material::addTag(const QString& tag)
704
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected