Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
bool Object::hasName() const
69
{
70
return nameImplementation().hasLabel(this);
71
}
72
73
void Object::detach()
74
{
Callers
1
logObject
Function · 0.80
Calls
1
hasLabel
Method · 0.45
Tested by
no test coverage detected