Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
381
long long ExecutorLLVM::GetResultLong()
382
{
383
assert(llvmReturnedType == LLVM_LONG);
384
return llvmReturnedLong;
385
}
386
387
const char* ExecutorLLVM::GetExecError()
388
{
Callers
nothing calls this directly
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected