MCPcopy Create free account
hub / github.com/beefytech/Beef / ClearBuildCache

Method ClearBuildCache

IDEHelper/Compiler/BfCompiler.cpp:5689–5697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5687}
5688
5689void BfCompiler::ClearBuildCache()
5690{
5691 mCodeGen.ClearBuildCache();
5692 for (auto project : mSystem->mProjects)
5693 {
5694 String libPath = mOutputDirectory + "/" + project->mName + "/" + project->mName + "__.lib";
5695 BfpFile_Delete(libPath.c_str(), NULL);
5696 }
5697}
5698
5699int BfCompiler::GetVDataPrefixDataCount()
5700{

Callers 1

Calls 2

BfpFile_DeleteFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected