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

Method GetResultInt

NULLC/Executor.cpp:2278–2282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2276 return execResult;
2277}
2278int Executor::GetResultInt()
2279{
2280 assert(lastResultType == OTYPE_INT);
2281 return lastResultInt;
2282}
2283double Executor::GetResultDouble()
2284{
2285 assert(lastResultType == OTYPE_DOUBLE);

Callers 1

nullcGetResultIntFunction · 0.45

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected