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

Method GetResultDouble

NULLC/Executor.cpp:2283–2287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2281 return lastResultInt;
2282}
2283double Executor::GetResultDouble()
2284{
2285 assert(lastResultType == OTYPE_DOUBLE);
2286 return lastResultDouble;
2287}
2288long long Executor::GetResultLong()
2289{
2290 assert(lastResultType == OTYPE_LONG);

Callers 1

nullcGetResultDoubleFunction · 0.45

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected