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

Method IsModuleAccessible

IDEHelper/Compiler/BfCompiler.cpp:607–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607bool BfCompiler::IsModuleAccessible(BfModule* module, BfProject* curProject)
608{
609 for (auto checkType : module->mOwnedTypeInstances)
610 {
611 if (!IsTypeAccessible(checkType, curProject))
612 return false;
613 }
614
615 return curProject->ContainsReference(module->mProject);
616}
617
618void BfCompiler::FixVDataHash(BfModule* bfModule)
619{

Calls 1

ContainsReferenceMethod · 0.80

Tested by

no test coverage detected