MCPcopy Create free account
hub / github.com/cginternals/globjects / hasName

Method hasName

source/globjects/source/Object.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool Object::hasName() const
69{
70 return nameImplementation().hasLabel(this);
71}
72
73void Object::detach()
74{

Callers 1

logObjectFunction · 0.80

Calls 1

hasLabelMethod · 0.45

Tested by

no test coverage detected