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

Method IsHotCompile

IDEHelper/Compiler/BfModule.cpp:1106–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106bool BfModule::IsHotCompile()
1107{
1108 return mCompiler->IsHotCompile() && !mIsComptimeModule;
1109}
1110
1111void BfModule::FinishInit()
1112{

Callers 15

MarkDerivedDirtyMethod · 0.45
CreateTypeDataMethod · 0.45
GetMethodInstanceMethod · 0.45
CreateDllImportMethodMethod · 0.45
ProcessMethodMethod · 0.45
CheckHotMethodMethod · 0.45
FinishMethod · 0.45
RebuildTypeMethod · 0.45
TypeDataChangedMethod · 0.45
SaveDeletingTypeMethod · 0.45
UpdateRevisedTypesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected