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

Method ~CeInternalData

IDEHelper/Compiler/CeMachine.cpp:504–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502//////////////////////////////////////////////////////////////////////////
503
504CeInternalData::~CeInternalData()
505{
506 switch (mKind)
507 {
508 case Kind_File:
509 BfpFile_Release(mFile);
510 break;
511 case Kind_FindFileData:
512 BfpFindFileData_Release(mFindFileData);
513 break;
514 case Kind_Spawn:
515 BfpSpawn_Release(mSpawn);
516 break;
517 }
518}
519
520//////////////////////////////////////////////////////////////////////////
521

Callers

nothing calls this directly

Calls 3

BfpFile_ReleaseFunction · 0.50
BfpFindFileData_ReleaseFunction · 0.50
BfpSpawn_ReleaseFunction · 0.50

Tested by

no test coverage detected