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

Method HasParamsArray

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964bool BfMethodInstance::HasParamsArray()
965{
966 if (mParams.size() == 0)
967 return false;
968 return GetParamKind((int)mParams.size() - 1) == BfParamKind_Params;
969}
970
971int BfMethodInstance::GetStructRetIdx(bool forceStatic)
972{

Callers 1

CompareMethodsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected