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

Method IsSpecializedGenericMethod

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:917–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917bool Beefy::BfMethodInstance::IsSpecializedGenericMethod()
918{
919 return (mMethodInfoEx != NULL) && (mMethodInfoEx->mGenericParams.size() != 0) && (!mIsUnspecialized);
920}
921
922bool Beefy::BfMethodInstance::IsSpecializedGenericMethodOrType()
923{

Callers 8

AddMethodReferenceMethod · 0.80
ProcessMethodMethod · 0.80
DoMethodDeclarationMethod · 0.80
GetSymbolReferencesMethod · 0.80
CreateCallMethod · 0.80
GetSelectedMethodMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected