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

Method GetResultLong

NULLC/Executor.cpp:2288–2292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2286 return lastResultDouble;
2287}
2288long long Executor::GetResultLong()
2289{
2290 assert(lastResultType == OTYPE_LONG);
2291 return lastResultLong;
2292}
2293
2294const char* Executor::GetExecError()
2295{

Callers 1

nullcGetResultLongFunction · 0.45

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected