MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / AddRef

Method AddRef

Sources/Shared/IO/WebRequest.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void AddRef() {
39 ++_count;
40 }
41 void Release() {
42 if (--_count == 0) {
43 delete this;

Callers 5

FromOwnedFunction · 0.45
ReportDataReceivedMethod · 0.45
ComPtrMethod · 0.45
resetMethod · 0.45
asMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected