Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ~Object
Method
~Object
source/script_object.cpp:459–463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
458
459
Object::~Object()
460
{
461
if (mBase)
462
mBase->Release();
463
}
464
465
466
void Map::Clear()
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected