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

Method ~BfTupleType

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:3032–3041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3030}
3031
3032BfTupleType::~BfTupleType()
3033{
3034 mMethodInstanceGroups.Clear();
3035 if (mCreatedTypeDef)
3036 {
3037 delete mTypeDef;
3038 mTypeDef = NULL;
3039 }
3040 delete mSource;
3041}
3042
3043void BfTupleType::Init(BfProject* bfProject, BfTypeInstance* valueTypeInstance)
3044{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected