Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ end
Method
end
source/globjects/source/registry/ObjectRegistry.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
std::set<Object *>::iterator ObjectRegistry::end()
39
{
40
return m_objects.end();
41
}
42
43
void ObjectRegistry::registerObject(Object * object)
44
{
Callers
10
set
Method · 0.45
registerContext
Method · 0.45
isCurrentContext
Method · 0.45
isContextRegistered
Method · 0.45
setCurrentRegistry
Method · 0.45
hasNamedString
Method · 0.45
namedString
Method · 0.45
parseFormat
Function · 0.45
deregisterFile
Method · 0.45
deregisterListener
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected