MCPcopy 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
1161BfAstNode* BfBlock::GetFirst()
1162{
1163 if (mChildArr.mSize == 0)
1164 return NULL;
1165 return mChildArr.mVals[0];
1166}
1167
1168BfAstNode* BfBlock::GetLast()
1169{

Callers 6

InitMethod · 0.45
EvaluateToAddressMethod · 0.45
VisitMethod · 0.45
InitMethod · 0.45
FindTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected