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

Function BfCodeGen_Finish

IDEHelper/Compiler/BfCodeGen.cpp:1117–1124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117BF_EXPORT void BF_CALLTYPE BfCodeGen_Finish()
1118{
1119 if (gExternCodeGen != NULL)
1120 {
1121 gExternCodeGen->Finish();
1122 gExternCodeGen->ClearResults();
1123 }
1124}
1125
1126BF_EXPORT void BF_CALLTYPE BfCodeGen_Kill()
1127{

Callers

nothing calls this directly

Calls 2

FinishMethod · 0.45
ClearResultsMethod · 0.45

Tested by

no test coverage detected