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

Method CompileStarted

IDEHelper/Compiler/CeMachine.cpp:9632–9644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9630}
9631
9632void CeMachine::CompileStarted()
9633{
9634 mRevisionExecuteTime = 0;
9635 mSpecialCheck = false;
9636 mRevision++;
9637 mMethodBindRevision++;
9638 mDbgWantBreak = false;
9639 if (mCeModule != NULL)
9640 {
9641 delete mCeModule;
9642 mCeModule = NULL;
9643 }
9644}
9645
9646void CeMachine::CompileDone()
9647{

Callers 1

DoCompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected