Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
853
BfSource* BfTypeDef::GetLastSource()
854
{
855
if (mNextRevision != NULL)
856
return mNextRevision->mSource;
857
return mSource;
858
}
859
860
bool BfTypeDef::IsGlobalsContainer()
861
{
Callers
4
ProcessWorkList
Method · 0.80
GetEmitLocation
Method · 0.80
WriteEmitData
Method · 0.80
BF_CALLTYPE BfCompiler_GetCollapseRegions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected