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

Method HasExternConstraints

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:959–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959bool BfMethodInstance::HasExternConstraints()
960{
961 return (mMethodInfoEx != NULL) && (mMethodInfoEx->mGenericParams.size() > mMethodInfoEx->mMethodGenericArguments.size());
962}
963
964bool BfMethodInstance::HasParamsArray()
965{

Callers 1

CompareMethodsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected