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

Method getDocumentObjectName

src/App/ObjectIdentifier.cpp:1390–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388
1389
1390ObjectIdentifier::String ObjectIdentifier::getDocumentObjectName() const
1391{
1392 ResolveResults result(*this);
1393
1394 return result.resolvedDocumentObjectName;
1395}
1396
1397bool ObjectIdentifier::hasDocumentObjectName(bool forced) const
1398{

Callers 2

carbonCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected