Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ retain
Method
retain
Source/Basic/Object.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void Weak::retain() {
53
++_refCount;
54
}
55
56
Object::Object()
57
: _refCount(0)
Callers
15
schedule
Method · 0.45
scheduleFixed
Method · 0.45
loadAsync
Method · 0.45
load
Function · 0.45
loadAsync
Method · 0.45
Ref
Function · 0.45
operator=
Function · 0.45
Ref.h
File · 0.45
WRef
Function · 0.45
operator=
Function · 0.45
tolua_pushobject
Function · 0.45
Value_From
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected