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

Method hasDocumentObjectName

src/App/ObjectIdentifier.cpp:1397–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1395}
1396
1397bool ObjectIdentifier::hasDocumentObjectName(bool forced) const
1398{
1399 return !documentObjectName.getString().empty() && (!forced || documentObjectNameSet);
1400}
1401
1402std::string ObjectIdentifier::String::toString(bool toPython) const
1403{

Callers 3

_moveCellsMethod · 0.80
_offsetCellsMethod · 0.80

Calls 2

emptyMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected