Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ AddRef
Method
AddRef
sdk/tests/test_feature/source/test_inheritance.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void AddRef()
62
{
63
if( !m_isDead->Get() )
64
m_obj->AddRef();
65
m_refCount++;
66
}
67
68
void Release()
69
{
Callers
2
FooScripted
Method · 0.45
Test
Function · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected