Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ autorelease
Method
autorelease
Source/Basic/Object.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void Object::autorelease() {
101
SharedPoolManager.addObject(this);
102
}
103
104
bool Object::isSingleReferenced() const noexcept {
105
return _refCount == 1;
Callers
12
removeChild
Method · 0.80
create
Method · 0.80
distance
Method · 0.80
friction
Method · 0.80
gear
Method · 0.80
spring
Method · 0.80
prismatic
Method · 0.80
pulley
Method · 0.80
revolute
Method · 0.80
rope
Method · 0.80
weld
Method · 0.80
wheel
Method · 0.80
Calls
1
addObject
Method · 0.80
Tested by
no test coverage detected