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

Method WasGenericParam

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1305–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303}
1304
1305bool BfMethodInstance::WasGenericParam(int paramIdx)
1306{
1307 if (paramIdx == -1)
1308 return false;
1309 BfMethodParam* methodParam = &mParams[paramIdx];
1310 return methodParam->mWasGenericParam;
1311}
1312
1313bool BfMethodInstance::IsParamSkipped(int paramIdx)
1314{

Callers 1

CompareMethodsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected