Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ Release
Method
Release
sdk/tests/test_feature/source/testvirtualmethod.cpp:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
virtual void AddRef() { refCount++; };
48
virtual void Release() { if( --refCount == 0 ) delete this; };
49
50
int refCount;
51
};
Callers
1
TestVirtualMethod
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected