MCPcopy Create free account
hub / github.com/beefytech/Beef / ~BfClosureType

Method ~BfClosureType

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:2924–2934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2922}
2923
2924BfClosureType::~BfClosureType()
2925{
2926 mMethodInstanceGroups.Clear();
2927 if (mCreatedTypeDef)
2928 {
2929 delete mTypeDef;
2930 mTypeDef = NULL;
2931 }
2932 for (auto directAllocNode : mDirectAllocNodes)
2933 delete directAllocNode;
2934}
2935
2936void BfClosureType::Init(BfProject* bfProject)
2937{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected