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

Method GetOuterTypeNonPartial

IDEHelper/Compiler/BfSystem.cpp:3844–3851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3842}
3843
3844BfTypeDef* BfSystem::GetOuterTypeNonPartial(BfTypeDef* typeDef)
3845{
3846 auto checkType = typeDef->mOuterType;
3847 if ((checkType == NULL) || (!checkType->mIsPartial))
3848 return checkType;
3849
3850 return GetCombinedPartial(checkType);
3851}
3852
3853int BfSystem::GetGenericParamIdx(const Array<BfGenericParamDef*>& genericParams, const StringImpl& name)
3854{

Callers 1

DoHashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected