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

Function AddNumberNodeDouble

NULLC/Callbacks.cpp:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 CodeInfo::nodeList.push_back(new NodeNumber(parseLong(pos, end, 10), typeLong));
637}
638void AddNumberNodeDouble(const char* pos)
639{
640 CodeInfo::nodeList.push_back(new NodeNumber(parseDouble(pos), typeDouble));
641}
642
643void AddHexInteger(const char* pos, const char* end)
644{

Callers 1

ParseNumberFunction · 0.85

Calls 2

parseDoubleFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected