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

Method IsTypeDefTypeReference

IDEHelper/Compiler/BfAst.cpp:1258–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258bool BfTypeReference::IsTypeDefTypeReference()
1259{
1260 return IsA<BfNamedTypeReference>() || IsA<BfDirectStrTypeReference>() || IsA<BfInlineTypeReference>() || IsA<BfDirectTypeDefReference>();
1261}
1262
1263String BfTypeReference::ToCleanAttributeString()
1264{

Callers 2

ResolveTypeRef_RefMethod · 0.80
EqualsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected