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

Method SetCodeInfo

NULLC/SyntaxTree.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void NodeZeroOP::SetCodeInfo(const char* newSourcePos)
129{
130 sourcePos = newSourcePos;
131}
132
133void NodeZeroOP::AddExtraNode()
134{

Callers 10

AddPopNodeFunction · 0.80
AddReturnNodeFunction · 0.80
AddBreakNodeFunction · 0.80
AddContinueNodeFunction · 0.80
AddForEachNodeFunction · 0.80
FunctionEndFunction · 0.80
AddIfNodeFunction · 0.80
AddIfElseNodeFunction · 0.80
AddWhileNodeFunction · 0.80
AddDoWhileNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected