Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ~Closure
Method
~Closure
source/script_object.cpp:2618–2622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2616
}
2617
2618
Closure::~Closure()
2619
{
2620
if (!(mFlags & ClosureGroupedFlag))
2621
mVars->Release();
2622
}
2623
2624
bool Closure::Delete()
2625
{
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected