Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ AddRef
Method
AddRef
sdk/add_on/scriptdictionary/scriptdictionary.cpp:201–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
void CScriptDictionary::AddRef() const
202
{
203
// We need to clear the GC flag
204
gcFlag = false;
205
asAtomicInc(refCount);
206
}
207
208
void CScriptDictionary::Release() const
209
{
Callers
2
ScriptDictionaryAddRef_Generic
Function · 0.45
ScriptDictIterAddRef_Generic
Function · 0.45
Calls
1
asAtomicInc
Function · 0.85
Tested by
no test coverage detected