Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
void detachAllObjects()
132
{
133
for (Object * object : Registry::current().objects().objects())
134
object->detach();
135
}
136
137
void registerCurrentContext()
138
{
Callers
4
deinitialize
Function · 0.85
deinitialize
Function · 0.85
deinitialize
Function · 0.85
deinitialize
Function · 0.85
Calls
2
objects
Method · 0.80
detach
Method · 0.45
Tested by
no test coverage detected