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

Method GetFirstNode

NULLC/SyntaxTree.h:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 COMPILE_LLVM(virtual void CompileLLVM());
134
135 NodeZeroOP* GetFirstNode()
136 {
137 return first;
138 }
139 void SetFirstNode(NodeZeroOP* node)
140 {
141 first = node;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected