Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ AddRef
Method
AddRef
source/KuString.h:300–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
unsigned int AddRef() { return ++m_iRefCount; }
301
unsigned int Release()
302
{
303
unsigned int uRefCount = --m_iRefCount;
Callers
1
CKuStringUtilW
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected