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

Method GetLastSource

IDEHelper/Compiler/BfSystem.cpp:853–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853BfSource* BfTypeDef::GetLastSource()
854{
855 if (mNextRevision != NULL)
856 return mNextRevision->mSource;
857 return mSource;
858}
859
860bool BfTypeDef::IsGlobalsContainer()
861{

Callers 4

ProcessWorkListMethod · 0.80
GetEmitLocationMethod · 0.80
WriteEmitDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected