MCPcopy 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
52void Weak::retain() {
53 ++_refCount;
54}
55
56Object::Object()
57 : _refCount(0)

Callers 15

scheduleMethod · 0.45
scheduleFixedMethod · 0.45
loadAsyncMethod · 0.45
loadFunction · 0.45
loadAsyncMethod · 0.45
RefFunction · 0.45
operator=Function · 0.45
Ref.hFile · 0.45
WRefFunction · 0.45
operator=Function · 0.45
tolua_pushobjectFunction · 0.45
Value_FromFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected