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

Method FinishSideNodes

IDEHelper/Compiler/BfSource.cpp:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void BfSource::FinishSideNodes()
123{
124 if (!mPendingSideNodes.IsEmpty())
125 {
126 mSidechannelRootNode->Init(mPendingSideNodes, mAlloc);
127 qsort(mSidechannelRootNode->mChildArr.mVals, mSidechannelRootNode->mChildArr.mSize, sizeof(ASTREF(BfAstNode*)), NodeCompare);
128 mPendingSideNodes.clear();
129 }
130}
131
132void BfSource::Close()
133{

Callers 2

CEEmitParseMethod · 0.80
BfParser_ReduceFunction · 0.80

Calls 3

IsEmptyMethod · 0.45
InitMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected