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

Function BfCodeGen_ClearCache

IDEHelper/Compiler/BfCodeGen.cpp:1111–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111BF_EXPORT void BF_CALLTYPE BfCodeGen_ClearCache()
1112{
1113 GetExternCodeGen();
1114 gExternCodeGen->ClearBuildCache();
1115}
1116
1117BF_EXPORT void BF_CALLTYPE BfCodeGen_Finish()
1118{

Callers

nothing calls this directly

Calls 2

GetExternCodeGenFunction · 0.85
ClearBuildCacheMethod · 0.45

Tested by

no test coverage detected