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

Function AddNumberNodeInt

NULLC/Callbacks.cpp:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void AddNumberNodeInt(const char* pos)
627{
628 CodeInfo::nodeList.push_back(new NodeNumber(parseInteger(pos), typeInt));
629}
630void AddNumberNodeFloat(const char* pos)
631{
632 CodeInfo::nodeList.push_back(new NodeNumber((float)parseDouble(pos), typeFloat));

Callers 1

ParseNumberFunction · 0.85

Calls 2

parseIntegerFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected