Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetFirstNode
Method
SetFirstNode
NULLC/SyntaxTree.h:139–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
return first;
138
}
139
void SetFirstNode(NodeZeroOP* node)
140
{
141
first = node;
142
if(first)
143
typeInfo = first->typeInfo;
144
}
145
protected:
146
NodeZeroOP* first;
147
};
Callers
8
ConvertArrayToUnsized
Function · 0.80
AddArrayIterator
Function · 0.80
AddDefaultConstructorCall
Function · 0.80
PrepareConstructorCall
Function · 0.80
AddFunctionCallNode
Function · 0.80
AddCaseNode
Function · 0.80
ParseCustomConstructor
Function · 0.80
ParseTerminal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected