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

Method IsOrInUnspecializedVariation

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:954–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954bool BfMethodInstance::IsOrInUnspecializedVariation()
955{
956 return (mIsUnspecializedVariation) || (GetOwner()->IsUnspecializedTypeVariation());
957}
958
959bool BfMethodInstance::HasExternConstraints()
960{

Callers 7

FailMethod · 0.80
AssertErrorStateMethod · 0.80
AddMethodToWorkListMethod · 0.80
GetSymbolReferencesMethod · 0.80
MatchMethodMethod · 0.80

Calls 1

Tested by

no test coverage detected