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

Method GetSelfGenericParamCount

IDEHelper/Compiler/BfSystem.cpp:883–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883int BfTypeDef::GetSelfGenericParamCount()
884{
885 if (mOuterType != NULL)
886 return (int)mGenericParamDefs.size() - (int)mOuterType->mGenericParamDefs.size();
887 return (int)mGenericParamDefs.size();
888}
889
890BfMethodDef* BfTypeDef::GetMethodByName(const StringImpl& name, int paramCount)
891{

Callers 2

ResolveInnerTypeMethod · 0.80
GetTypeDefsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected