Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ release
Method
release
Source/Basic/Object.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
, _refCount(1) { }
44
45
void Weak::release() {
46
--_refCount;
47
if (_refCount == 0) {
48
delete this;
49
}
50
}
51
52
void Weak::retain() {
53
++_refCount;
Callers
14
unschedule
Method · 0.45
unscheduleFixed
Method · 0.45
cleanup
Method · 0.45
loadAsync
Method · 0.45
unload
Function · 0.45
~Ref
Function · 0.45
operator=
Function · 0.45
Ref.h
File · 0.45
~WRef
Function · 0.45
operator=
Function · 0.45
WRef.h
File · 0.45
tolua_collect_object
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected