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

Function BfCompiler_ClearBuildCache

IDEHelper/Compiler/BfCompiler.cpp:10600–10603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10598}
10599
10600BF_EXPORT void BF_CALLTYPE BfCompiler_ClearBuildCache(BfCompiler* bfCompiler)
10601{
10602 bfCompiler->ClearBuildCache();
10603}
10604
10605BF_EXPORT void BF_CALLTYPE BfCompiler_SetBuildValue(BfCompiler* bfCompiler, char* cacheDir, char* key, char* value)
10606{

Callers 2

CompileMethod · 0.85
CompileThreadFunction · 0.85

Calls 1

ClearBuildCacheMethod · 0.45

Tested by

no test coverage detected