MCPcopy 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
2618Closure::~Closure()
2619{
2620 if (!(mFlags & ClosureGroupedFlag))
2621 mVars->Release();
2622}
2623
2624bool Closure::Delete()
2625{

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected