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

Method GetLatest

IDEHelper/Compiler/BfSystem.h:1263–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261 }
1262
1263 BfTypeDef* GetLatest()
1264 {
1265 if (mEmitParent != NULL)
1266 return mEmitParent->GetLatest();
1267 if (mNextRevision != NULL)
1268 return mNextRevision;
1269 return this;
1270 }
1271
1272 void ReportMemory(MemReporter* memReporter);
1273 bool NameEquals(BfTypeDef* otherTypeDef);

Callers 11

IsAttributeMethod · 0.80
ProcessWorkListMethod · 0.80
UpdateRevisedTypesMethod · 0.80
ResolveInnerTypeMethod · 0.80
UpdateRevisedTypesMethod · 0.80
GetSymbolReferencesMethod · 0.80
ExecuteMethod · 0.80
VisitMethod · 0.80
InferGenericArgumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected