Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetFirst
Method
GetFirst
IDEHelper/Compiler/BfAst.cpp:1161–1166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1159
}
1160
1161
BfAstNode* BfBlock::GetFirst()
1162
{
1163
if (mChildArr.mSize == 0)
1164
return NULL;
1165
return mChildArr.mVals[0];
1166
}
1167
1168
BfAstNode* BfBlock::GetLast()
1169
{
Callers
6
Init
Method · 0.45
EvaluateToAddress
Method · 0.45
CompactChildExpression
Method · 0.45
Visit
Method · 0.45
Init
Method · 0.45
FindType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected