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

Method HasExplicitThis

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1145–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145bool BfMethodInstance::HasExplicitThis()
1146{
1147 if (mMethodDef->mIsStatic)
1148 return false;
1149 return mMethodInstanceGroup->mOwner->IsFunction();
1150}
1151
1152int BfMethodInstance::GetParamCount()
1153{

Callers 5

CastToFunctionMethod · 0.80
CastMethod · 0.80
IsExactMethodMatchMethod · 0.80
VisitMethod · 0.80

Calls 1

IsFunctionMethod · 0.45

Tested by

no test coverage detected