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

Function detachAllObjects

source/globjects/source/globjects.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void detachAllObjects()
132{
133 for (Object * object : Registry::current().objects().objects())
134 object->detach();
135}
136
137void registerCurrentContext()
138{

Callers 4

deinitializeFunction · 0.85
deinitializeFunction · 0.85
deinitializeFunction · 0.85
deinitializeFunction · 0.85

Calls 2

objectsMethod · 0.80
detachMethod · 0.45

Tested by

no test coverage detected