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

Method GetResolvedType

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565BfType* BfFieldInstance::GetResolvedType()
566{
567 return mResolvedType;
568}
569
570void BfFieldInstance::SetResolvedType(BfType* type)
571{

Callers 15

CreateStaticFieldMethod · 0.80
ResolveConstFieldMethod · 0.80
ResolveVarFieldTypeMethod · 0.80
MarkFieldInitializedMethod · 0.80
CreateFieldDataMethod · 0.80
CreateTypeDataMethod · 0.80
AggregateSplatMethod · 0.80
ExtractValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected