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

Method unregisterLabel

src/App/Document.cpp:2111–2116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2109}
2110
2111void Document::unregisterLabel(std::string_view oldLabel)
2112{
2113 if (!oldLabel.empty()) {
2114 d->objectLabelManager.removeExactName(oldLabel);
2115 }
2116}
2117
2118bool Document::containsLabel(std::string_view label)
2119{

Callers 2

onProposedLabelChangeMethod · 0.80
onChangedMethod · 0.80

Calls 2

removeExactNameMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected