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

Method getDagKey

src/App/DocumentObject.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352const char* DocumentObject::getDagKey() const
353{
354 if (!pcNameInDocument) {
355 return nullptr;
356 }
357 return pcNameInDocument->c_str();
358}
359
360const char* DocumentObject::getNameInDocument() const
361{

Callers 3

getSubObjectMethod · 0.80
setOnChangeCopyObjectMethod · 0.80
getLinkedNameMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected