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

Method GetResultLong

NULLC/Executor_LLVM.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 return llvmReturnedDouble;
380}
381long long ExecutorLLVM::GetResultLong()
382{
383 assert(llvmReturnedType == LLVM_LONG);
384 return llvmReturnedLong;
385}
386
387const char* ExecutorLLVM::GetExecError()
388{

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected