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

Method ClearResults

IDEHelper/Compiler/BfCompiler.cpp:8128–8133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8126}
8127
8128void BfCompiler::ClearResults()
8129{
8130 BP_ZONE("BfCompiler::ClearResults");
8131
8132 mCodeGen.ClearResults();
8133}
8134
8135// Can should still leave the system in a state such that we when we save as much progress as possible while
8136// still leaving the system in a state that the next attempt at compile will resume with a valid state

Callers 3

DoCompileMethod · 0.45
GetTypeDefMatchesMethod · 0.45
BfCompiler_ClearResultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected