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

Method WantsFinishModule

IDEHelper/Compiler/BfModule.cpp:1101–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099}
1100
1101bool BfModule::WantsFinishModule()
1102{
1103 return (mIncompleteMethodCount == 0) && (mOnDemandMethodCount == 0) && (!mHasGenericMethods) && (!mIsScratchModule) && (mExtensionCount == 0) && (mParentModule == NULL);
1104}
1105
1106bool BfModule::IsHotCompile()
1107{

Callers 1

ProcessWorkListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected