MCPcopy Create free account
hub / github.com/WheretIB/nullc / AddExtraNode

Method AddExtraNode

NULLC/SyntaxTree.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void NodeZeroOP::AddExtraNode()
134{
135 assert(nodeList.size() > 0);
136 nodeList.back()->next = head;
137 if(head)
138 head->prev = nodeList.back();
139 head = TakeLastNode();
140}
141
142void NodeZeroOP::CompileExtra()
143{

Callers 2

AddExtraNodeFunction · 0.80
FunctionEndFunction · 0.80

Calls 3

assertFunction · 0.85
TakeLastNodeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected