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

Method IsGlobalsContainer

IDEHelper/Compiler/BfSystem.cpp:860–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858}
859
860bool BfTypeDef::IsGlobalsContainer()
861{
862 return (mIsStatic) && (mName == mSystem->mGlobalsAtom);
863}
864
865void BfTypeDef::RemoveGenericParamDef(BfGenericParamDef* genericParamDef)
866{

Callers 15

CheckProtectionMethod · 0.45
CreateTypeDataMethod · 0.45
CheckMemberReferenceMethod · 0.45
TryUnreifyModulesMethod · 0.45
DoPopulateTypeMethod · 0.45
ResolveTypeResultMethod · 0.45
FindTypeDefRawMethod · 0.45
ResolveTypeRef_RefMethod · 0.45
DoTypeToStringMethod · 0.45
UpdateRevisedTypesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected