Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ~IObjectRef
Method
~IObjectRef
source/script.h:1479–1483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1477
return *this = other.ToObject();
1478
}
1479
~IObjectRef()
1480
{
1481
if (mObject)
1482
mObject->Release();
1483
}
1484
};
1485
1486
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected